Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V22.1
  • 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