mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-07 01:47:46 +02:00
* Class Of definitions
This commit is contained in:
parent
4ca558c37e
commit
f81077146d
@ -89,6 +89,7 @@ Type
|
||||
Procedure Hide;
|
||||
Property IsRendered : Boolean Read GetIsRendered;
|
||||
end;
|
||||
TCustomHTMLFragmentClass = class of TCustomHTMLFragment;
|
||||
|
||||
THTMLFragment = class(TCustomHTMLFragment)
|
||||
Published
|
||||
@ -103,6 +104,7 @@ Type
|
||||
Property OnUnrendered;
|
||||
|
||||
end;
|
||||
THTMLFragmentClass = class of THTMLFragment;
|
||||
|
||||
implementation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user