Vcl.ActnMan.TActionClientItem.Refresh

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Refresh; override;

C++

virtual void __fastcall Refresh();

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.

See Also