Unit 'JitTypes' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lz_jitclasses]

TJitTypeLibrary

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

Declaration

Source position: jittypes.pas line 385

type TJitTypeLibrary = class(TFreeNotifyingObject)

protected

  function IndexOf(); overload;

  

public

  constructor Create;

  

  destructor Destroy; override;

  

  function AddType();

  

  function AddClass();

  

  function AddJitClass(); overload;

  

  function AddAlias(); overload;

  

  procedure Remove();

  

  procedure Clear;

  

  function FindType();

  

  function FindTypeForEnumElem();

  

  property Types []: TJitType; default; [r]

  

  property AllowDuplicates: Boolean; [rw]

  

end;

Inheritance

TJitTypeLibrary

  

|

TFreeNotifyingObject

  

|

TObject



CT Web help

CodeTyphon Studio