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

TTitanEventHandler

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

Declaration

Source position: base_engine.pas line 922

type TTitanEventHandler = class

public

  Scripter: Pointer;

  

  SubID: Integer;

  

  This: Variant;

  

  ParamCount: Integer;

  

  Parameters: array of TVarRec;

  

  ParamTypes: TStringList;

  

  _EAX: LongInt;

  

  _EDX: LongInt;

  

  _ECX: LongInt;

  

  _P: Pointer;

  

  RetSize: Integer;

  

  TyphonInstance: TObject;

  

  PropInfo: PPropInfo;

  

  HostHandler: TMethod;

  

  OverrideHandlerMode: Integer;

  

  constructor Create();

  

  destructor Destroy; override;

  

  procedure Invoke;

  

  procedure HandleEvent;

  

end;

Inheritance

TTitanEventHandler

  

|

TObject



CT Web help

CodeTyphon Studio