Vcl.ActnMan.TControlProperties.DoSetWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoSetWidth; override;

C++

virtual void __fastcall DoSetWidth();

Properties

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

Description

DoSetWidth forces the attached TControl to redraw.

DoSetWidth forces the redrawing of TControl, that was previously linked to the action client item.

See Also