Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Create(TcxDBFilterControl) Constructor

Creates a new TcxDBFilterOptions class instance.

#Declaration

Delphi
constructor Create(AFilterControl: TcxDBFilterControl); virtual;

#Parameters

Name Type
AFilterControl TcxDBFilterControl

#Remarks

The Create method is used to create and initialize a new instance of the TcxDBFilterOptions object.

The AFilterControl parameter represents a data-aware filter control owning the newly created object.

You have no need to use this constructor in your applications. The TcxDBFilterOptions object is created automatically, when the filter control initializes its FilterOptions property.

See Also