Skip to main content

Create(TcxDBFilterControl) Constructor

Creates a new TcxDBFilterOptions class instance.

Declaration

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