Vcl.ActnMan.TCommandProperties.InvalidateControl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InvalidateControl(const ResetBounds: Boolean); inline;

C++

void __fastcall InvalidateControl(const bool ResetBounds);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCommandProperties

Description

InvalidateControl forces the underlying TCustomActionControl to redraw.

InvalidateControl invalidates the TCustomActionControl used to draw the parent action client item. If the ResetBounds parameter is True, the control is forced to recalculate its bounds.

See Also