Unit 'lptree' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_lape]

TLapeTree_GlobalVar

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

Declaration

Source position: lptree.pas line 253

type TLapeTree_GlobalVar = class(TLapeTree_NoFold)

protected

  FGlobalVar: TLapeGlobalVar;

  

  function getVarAsString; virtual;

  

  function getVarAsInt; virtual;

  

public

  constructor Create();

  

  function Compile(); override;

  

  property GlobalVar: TLapeGlobalVar; [r]

  

  property VarAsString: lpString; [r]

  

  property VarAsInteger: Int64; [r]

  

end;

Inheritance

TLapeTree_GlobalVar

  

|

TLapeTree_NoFold

  

|

TLapeTree_ExprBase

  

|

TLapeTree_Base

  

|

TLapeBaseDeclClass

  

|

TLapeBaseClass

  

|

TObject,IUnknown



CT Web help

CodeTyphon Studio