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

TTitanMemberRec

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

Declaration

Source position: base_engine.pas line 1688

type TTitanMemberRec = class

public

  ID: PtrInt;

  

  ReadID: Integer;

  

  WriteID: Integer;

  

  InitN: Integer;

  

  ml: TTitanModifierList;

  

  Kind: Integer;

  

  Definition: TTitanDefinition;

  

  UpCaseIndex: Integer;

  

  fClassRec: TTitanClassRec;

  

  IsSource: Boolean;

  

  IsPublished: Boolean;

  

  NParams: Integer;

  

  IsImplementationSection: Boolean;

  

  constructor Create();

  

  destructor Destroy; override;

  

  function Scripter;

  

  procedure SaveToStream();

  

  procedure LoadFromStream();

  

  function IsStatic;

  

  function IsDefault;

  

  function IsImported;

  

  function IsImportedObject;

  

  procedure CheckAccess;

  

  function GetName;

  

  function GetNameIndex;

  

end;

Inheritance

TTitanMemberRec

  

|

TObject



CT Web help

CodeTyphon Studio