Prechádzať zdrojové kódy

* Class Of definitions

Michaël Van Canneyt 3 rokov pred
rodič
commit
f81077146d
1 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  1. 2 0
      packages/htmlfragment/htmlfragment.pas

+ 2 - 0
packages/htmlfragment/htmlfragment.pas

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