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

TTitanModule

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

Declaration

Source position: base_engine.pas line 2836

type TTitanModule = class(TStringList)

public

  Name: string;

  

  FileName: string;

  

  LanguageName: string;

  

  Namespaces: TTitanIds;

  

  S1: Integer;

  

  P1: Integer;

  

  C1: Integer;

  

  S2: Integer;

  

  P2: Integer;

  

  C2: Integer;

  

  IsSource: Boolean;

  

  BuffStream: TStream;

  

  Scripter: TTitanBaseScripter;

  

  constructor Create();

  

  destructor Destroy; override;

  

  procedure AddNamespace();

  

  function GetTextPos();

  

  procedure _SaveToStream();

  

  procedure _LoadFromStream();

  

end;

Inheritance

TTitanModule

  

|

TObject



CT Web help

CodeTyphon Studio