Create(TcxFilterCriteria,TObject,TcxCustomEditProperties,string,TcxValueTypeClass,TcxLookAndFeel,TFont) Constructor
In This Article
Initializes a new instance of the TcxFilterDialog class with specified settings.
#Declaration
Delphi
constructor Create(ACriteria: TcxFilterCriteria; AItemLink: TObject; AEditProperties: TcxCustomEditProperties; const ACriteriaItemCaption: string; AValueTypeClass: TcxValueTypeClass; ALookAndFeel: TcxLookAndFeel; AFont: TFont); reintroduce; virtual;
#Parameters
Name | Type |
---|---|
ACriteria | Tcx |
AItem |
TObject |
AEdit |
Tcx |
ACriteria |
string |
AValue |
Tcx |
ALook |
Tcx |
AFont | TFont |
See Also