Vcl.ActnMan.TActionClientItem.Refresh
Delphi
procedure Refresh; override;
C++
virtual void __fastcall Refresh(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | Vcl.ActnMan.pas Vcl.ActnMan.hpp |
Vcl.ActnMan | TActionClientItem |
Description
Causes the size of the action client item's control (if any) to be recalculated.
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.