Description | Hierarchy | Fields | Methods | Properties |
type TSelectExpression = class(TExpression)
TSelectExpression
is used for "if" and "case" statements. It allows Evaluate to be faster and safer by only evaluating the arguments that will be used.
![]() |
procedure Evaluate; override; |