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