Back to Devexpress

TcxCustomGridView.CancelUpdate Method

vcl-cxgridcustomview-dot-tcxcustomgridview-f448a828.md

latest1.0 KB
Original Source

TcxCustomGridView.CancelUpdate Method

Enables the current View’s updates after calling the BeginUpdate method.

Declaration

delphi
procedure CancelUpdate;

Remarks

After the BeginUpdate method is called, the grid View updates stop. When all changes are complete, you should call the EndUpdate method, which enables updates. If no changes are made, you can call the CancelUpdate method. Unlike the EndUpdate method the CancelUpdate method does not send a notification to a grid View.

See Also

TcxCustomGridView Class

TcxCustomGridView Members

cxGridCustomView Unit