* Class Of definitions

This commit is contained in:
Michaël Van Canneyt 2022-06-13 09:56:59 +02:00
parent 4ca558c37e
commit f81077146d

View File

@ -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