TcxCustomFilterControl.FilterLink Property
Indicates the target object to which the specified filter conditions are applied.
Declaration
property FilterLink: IcxFilterControl read;
Property Value
Type |
---|
IcxFilterControl |
Remarks
The FilterLink property is used internally to gain access to a specific linked object to which filter conditions should be applied.
For the TcxFilterControl, the FilterLink property returns a pointer to the IcxFilterControl interface supported by an object (typically, a grid table view object) to which a filter control is linked. The linked object is specified by the LinkComponent property.
Since the TcxDBFilterControl object supports the IcxFilterControl interface by itself, its FilterLink property returns a reference to that supported interface.
See Also