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

TJitType

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

Declaration

Source position: jittypes.pas line 176

type TJitType = class(TReferenceAbleJitClass)

protected

  function GetTypeInfo; virtual;

  

  function IsConstTypeInfo; virtual;

  

  function GetResolvedTypeName;

  

  property TypeLibrary: TJitTypeLibrary; [rw]

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  property TypeName: string; [r]

  

  property ResolvedTypeName: string; [r]

  

  property TypeInfo: PTypeInfo; [r]

  

  property UnitName: string; [rw]

  

  property OwnedByLibrary: Boolean; [r]

  

end;

Inheritance

TJitType

  

|

TReferenceAbleJitClass

  

|

TFreeNotifyingObject

  

|

TObject



CT Web help

CodeTyphon Studio