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

TIfExpr

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

Declaration

Source position: pastree.pp line 1406

type TIfExpr = class(TPasExpr)

public

  ConditionExpr: TPasExpr;

  ThenExpr: TPasExpr;

  ElseExpr: TPasExpr;

  constructor Create(); override;

  procedure FreeChildren(); override;

  function GetDeclaration(); override;

  procedure ForEachCall(); override;

end;

Inheritance

TIfExpr

|

TPasExpr

|

TPasElement

|

TPasElementBase

|

TObject


Documentation generated on: 2026-09-22