Unit 'PasTree' Package
[Overview][Resource strings][Constants][Types][Classes][Procedures and functions][Index] [#fcl-passrc]

TPasImplForLoop

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

Declaration

Source position: pastree.pp line 1593

type TPasImplForLoop = class(TPasImplStatement)

public

  procedure FreeChildren(); override;

  procedure AddElement(); override;

  procedure ForEachCall(); override;

  VariableName: TPasExpr;

  LoopType: TLoopType;

  StartExpr: TPasExpr;

  EndExpr: TPasExpr;

  Variable: TPasVariable;

  Body: TPasImplElement;

  function Down;

  function StartValue;

  function EndValue;

end;

Inheritance

TPasImplForLoop

|

TPasImplStatement

|

TPasImplBlock

|

TPasImplElement

|

TPasElement

|

TPasElementBase

|

TObject


Documentation generated on: 2023-03-18