Skip to main content

IcxFilterControl Interface

Represents an interface for objects that need to use the filter control functionality.

Declaration

IcxFilterControl = interface(IInterface)

Remarks

This interface declares properties and methods required for objects, that need to use the TcxFilterControl control. This control is used to build and represent complex filtering conditions applied to the objects’ data. Such objects should implement the declared properties and methods in order to support bidirectional filter data communication between them and a filter control.

The following components implement the IcxFilterControl interface:

Inheritance

IInterface
IcxFilterControl
See Also