Unit 'uPSCompiler' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_pascalscript]

TPSConstant

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

Declaration

Source position: uPSCompiler.pas line 663

type TPSConstant = class(TObject)

public

  property OrgName: TbtString; [rw]

  

  property Name: TbtString; [rw]

  

  property NameHash: LongInt; [r]

  

  property Value: PIfRVariant; [rw]

  

  property DeclarePos: Cardinal; [rw]

  

  property DeclareRow: Cardinal; [rw]

  

  property DeclareCol: Cardinal; [rw]

  

  procedure SetSet();

  

  procedure SetInt();

  

  procedure SetUInt();

  

  procedure SetInt64();

  

  procedure SetString();

  

  procedure SetChar();

  

  procedure SetWideChar();

  

  procedure SetWideString();

  

  procedure SetUnicodeString();

  

  procedure SetExtended();

  

  destructor Destroy; override;

  

end;

Inheritance

TPSConstant

  

|

TObject



CT Web help

CodeTyphon Studio