RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractNamedVariants.EndUpdate Method

Signals the end of an update operation.

Pascal
procedure EndUpdate;
C++
__fastcall EndUpdate();

Call EndUpdate after completing an operation that was preceded by a call to the BeginUpdate method. Every call to BeginUpdate must be matched by a corresponding call to the EndUpdate method. Calls to BeginUpdate and EndUpdate can be nested.

Note: TAbstractNamedVariants calls BeginUpdate and EndUpdate internally when performing operations that affect multiple entries in the list.
 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!