Unit 'BASE_Engine' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_titanscript]

TTitanFieldDefinition

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

Declaration

Source position: base_engine.pas line 1117

type TTitanFieldDefinition = class(TTitanDefinition)

public

  PClass: TClass;

  

  FieldType: string;

  

  Offset: Integer;

  

  TypeID: Integer;

  

  constructor Create();

  

  procedure Dump(); override;

  

  procedure AddToScripter(); override;

  

  function GetFieldValue();

  

  procedure SetFieldValue();

  

  function GetFieldAddress();

  

end;

Inheritance

TTitanFieldDefinition

  

|

TTitanDefinition

  

|

TObject



CT Web help

CodeTyphon Studio