Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V22.1
  • Create(string,string,TdxDBColumnType,IdxCriteriaOperator) Constructor

    Initializes a new instance of the TdxQueryOperand class with specified settings.

    Declaration

    constructor Create(const AColumnName: string; const ANodeAlias: string; AColumnType: TdxDBColumnType; const AParentCriteria: IdxCriteriaOperator = nil); overload;

    Parameters

    Name Type
    AColumnName string
    ANodeAlias string
    AColumnType TdxDBColumnType
    AParentCriteria IdxCriteriaOperator
    See Also