RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TToolButton.EndUpdate Method

Re-enables screen repainting.

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

Use EndUpdate to enable the associated tool bar to adjust to changes in the button's size and position, after this was turned off by the BeginUpdate method. Calls to BeginUpdate and EndUpdate can be nested. The tool bar will not adjust to changes in the tool button until every call to BeginUpdate has been matched to a corresponding call to EndUpdate. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!