Unit 'fpexprpars' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl]

TCaseOperation.Condition

The condition expression of the case operation

Declaration

Source position: fpexprpars.pp line 294

public property TCaseOperation.Condition : TFPExprNode
  read FCondition;

Description

The Condition property provides access to the condition expression that determines which case branch will be executed. The condition is evaluated and its result is compared against the WHEN values to select the appropriate branch.

The condition expression can be any valid expression that produces a value compatible with the WHEN clause values, allowing flexible case-based conditional logic.


Documentation generated on: Dec 15 2025