Unit 'uPSCompiler' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_pascalscript]

TPSCompileTimeClass

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: uPSCompiler.pas line 1488

type TPSCompileTimeClass = class

public

  property aType: TPSType; [r]

  

  property Items []: TPSDelphiClassItem; [r]

  

  property Count: LongInt; [r]

  

  property IsAbstract: Boolean; [rw]

  

  property ClassInheritsFrom: TPSCompileTimeClass; [rw]

  

  function RegisterMethod();

  

  procedure RegisterProperty();

  

  procedure RegisterPublishedProperties;

  

  function RegisterPublishedProperty();

  

  procedure SetDefaultPropery();

  

  constructor Create();

  

  class function CreateC();

  

  destructor Destroy; override;

  

  function IsCompatibleWith();

  

  function SetNil();

  

  function CastToType();

  

  function Property_Find();

  

  function Property_Get();

  

  function Property_Set();

  

  function Property_GetHeader();

  

  function Func_Find();

  

  function Func_Call();

  

  function ClassFunc_Find();

  

  function ClassFunc_Call();

  

end;

Inheritance

TPSCompileTimeClass

  

|

TObject



CT Web help

CodeTyphon Studio