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

TLapeTree_With

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

Declaration

Source position: lptree.pas line 428

type TLapeTree_With = class(TLapeTree_Base)

protected

  FWithList: TLapeExpressionList;

  

  FVarList: array of TResVar;

  

  FBody: TLapeTree_Base;

  

  procedure setBody(); virtual;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  function addWith(); virtual;

  

  function Compile(); override;

  

  property WithList: TLapeExpressionList; [r]

  

  property Body: TLapeTree_Base; [rw]

  

end;

Inheritance

TLapeTree_With

  

|

TLapeTree_Base

  

|

TLapeBaseDeclClass

  

|

TLapeBaseClass

  

|

TObject,IUnknown



CT Web help

CodeTyphon Studio