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

TPSAttribute

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

Declaration

Source position: uPSCompiler.pas line 432

type TPSAttribute = class(TObject)

public

  constructor Create();

  

  procedure Assign();

  

  property AType: TPSAttributeType; [r]

  

  property Count: LongInt; [r]

  

  property Values []: PIfRVariant; default; [r]

  

  property DeclarePos: Cardinal; [rw]

  

  property DeclareRow: Cardinal; [rw]

  

  property DeclareCol: Cardinal; [rw]

  

  procedure DeleteValue();

  

  function AddValue();

  

  destructor Destroy; override;

  

end;

Inheritance

TPSAttribute

  

|

TObject



CT Web help

CodeTyphon Studio