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

TTitanDefinition

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

Declaration

Source position: base_engine.pas line 1030

type TTitanDefinition = class

public

  DefValue: Variant;

  

protected

  function GetValue; virtual;

  

  function PValue; virtual;

  

  procedure SetValue(); virtual;

  

public

  Name: string;

  

  DefKind: TTitanDefKind;

  

  ml: TTitanModifierList;

  

  Owner: TTitanDefinition;

  

  DefList: TTitanDefinitionList;

  

  Index: Integer;

  

  UserData: Integer;

  

  Module: Integer;

  

  ResultType: string;

  

  constructor Create();

  

  procedure Dump(); virtual; abstract;

  

  procedure AddToScripter(); virtual;

  

  procedure AddToScripterList;

  

  function FullName;

  

  property Value: Variant; [rw]

  

end;

Inheritance

TTitanDefinition

  

|

TObject



CT Web help

CodeTyphon Studio