Skip to main content

TcxFilterControl.LinkComponent Property

Specifies an object whose data is to be filtered.

Declaration

property LinkComponent: TComponent read; write;

Property Value

Type
TComponent

Remarks

Use the LinkConponent property of the TcxFilterControl to specify an object, which is linked to the filter control. The linked object (typically, a table view) should support the IcxFilterControl interface to be able to interact with a filter control properly.

Filter controls of the TcxFilterControl type provide building complex filter conditions and applying them to the linked object specified by the LinkComponent property.

See Also