Create(IdxCriteriaOperator,IdxCriteriaOperator,TdxBinaryOperatorType) Constructor
Initializes a new instance of the TdxBinaryOperator class with specified settings.
Declaration
constructor Create(const ALeftOperator: IdxCriteriaOperator; const ARightOperator: IdxCriteriaOperator; AType: TdxBinaryOperatorType); overload;
Parameters
Name | Type |
---|---|
ALeftOperator | IdxCriteriaOperator |
ARightOperator | IdxCriteriaOperator |
AType | TdxBinaryOperatorType |
See Also