Skip to main content

TcxFilterCriteria.BeginUpdate Method

Prevents the TcxFilterCriteria object from updating until the CancelUpdate or EndUpdate method is called.

Declaration

procedure BeginUpdate;

Remarks

Call the BeginUpdate method before you add a series of filter conditions. After all changes are made, you should call the EndUpdate method. If no changes have been made, you can call the CancelUpdate method.

See Also