Skip to main content

TcxFilterCriteria.EndUpdate Method

Enables updating the TcxFilterCriteria object after the BeginUpdate method has been called.

Declaration

procedure EndUpdate;

Remarks

The EndUpdate method should be called after all changes have been made to the filter criteria. It sends notification to the grid control about the filter changes. If no changes have been made after calling the BeginUpdate method, use CancelUpdate instead.

See Also