Unit 'JitClass' Package
[Overview][Constants][Types][Classes][Index] [#lz_jitclasses]

TJitProperty

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

Declaration

Source position: jitclass.pas line 100

type TJitProperty = class(TCollectionItem)

protected

  FRecursionWasTriggered: Boolean;

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  procedure SetDefaultFromIdent();

  

  property Name: string; [r]

  

  property Declaration: string; [r]

  

  property Kind: TTypeKind; [r]

  

  property WriteAble: Boolean; [r]

  

  property TypeInfo: PTypeInfo; [r]

  

  property JitType: TJitType; [r]

  

  property NoDefault: Boolean; [rw]

  

  property DefaultVal: LongInt; [rw]

  

  property IsStored: Boolean; [rw]

  

  property InstanceDataPointer []: Pointer; [r]

  

end;

Inheritance

TJitProperty

  

|

TObject



CT Web help

CodeTyphon Studio