RAD Studio VCL Reference
|
Responds when the docked controls are about to change.
procedure BeginUpdate;
__fastcall BeginUpdate();
BeginUpdate is called before controls are docked or undocked.
Once all docking or undocking is complete, the EndUpdate method is called so that the dock manager can make any final adjustments to reflect the final set of docked controls. Every call to BeginUpdate should be paired with a call to EndUpdate. BeginUpdate/EndUpdate pairs can be nested.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|