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

TTitanMethodBody

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

Declaration

Source position: base_engine.pas line 1000

type TTitanMethodBody = class

public

  PSelf: Pointer;

  

  Scripter: Pointer;

  

  Name: string;

  

  constructor Create();

  

  destructor Destroy; override;

  

  procedure Clear;

  

  function DefaultValue;

  

  function FindNestedClass();

  

  property ParamCount: Integer; [rw]

  

  property FieldCount: Integer; [rw]

  

  property Params []: TTitanParameter; [rw]

  

  property Fields []: TTitanParameter; [rw]

  

  property Result: TTitanParameter; [rw]

  

  property Self: TObject; [rw]

  

end;

Inheritance

TTitanMethodBody

  

|

TObject



CT Web help

CodeTyphon Studio