RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActionClientItem.Refresh Method

Causes the size of the action client item's control (if any) to be recalculated.

Pascal
procedure Refresh; override;
C++
virtual __fastcall Refresh();

Use Refresh to cause the size of the action client item's control, if there is one, to be recalculated. In general, the intent of Refresh methods is to cause the control to be redrawn. 

 

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