The condition expression of the case operation
Source position: fpexprpars.pp line 294
public property TCaseOperation.Condition : TFPExprNode |
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.