Skip to main content

TcxFilterControl.UpdateFilter Method

Updates the filter criteria of the filter control using the bound component’s filtering conditions.

Declaration

procedure UpdateFilter;

Remarks

Use the UpdateFilter method to update the filter criteria of a filter control based upon filter conditions defined and applied at the level of an object specified by the LinkComponent property. This method retrieves the linked object’s filter criteria via its Criteria property and assigns the obtained value to the Criteria property of the filter control. As a result, the filter control will display filter conditions applied to the linked object.

Thus, you can use the UpdateFilter method to provide one-way filter criteria synchronization – from the linked object to the filter control.

See Also