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

TTitanParameter

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

Declaration

Source position: base_engine.pas line 956

type TTitanParameter = class

public

  VType: Integer;

  

  PValue: PVariant;

  

  constructor Create();

  

  destructor Destroy; override;

  

  property AsInteger: Integer; [rw]

  

  property AsDouble: Double; [rw]

  

  property AsCardinal: Cardinal; [rw]

  

  property AsPointer: Pointer; [rw]

  

  property AsString: string; [rw]

  

  property AsBoolean: Boolean; [rw]

  

  property AsTObject: TObject; [rw]

  

  property AsVariant: Variant; [rw]

  

end;

Inheritance

TTitanParameter

  

|

TObject



CT Web help

CodeTyphon Studio