Vcl.ComCtrls.TToolButton.EndUpdate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EndUpdate; virtual;

C++

virtual void __fastcall EndUpdate();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TToolButton

Description

Re-enables screen repainting.

Use EndUpdate to enable the associated tool bar to adjust to changes in the button's size and position, after this was turned off by the BeginUpdate method. Calls to BeginUpdate and EndUpdate can be nested. The tool bar will not adjust to changes in the tool button until every call to BeginUpdate has been matched to a corresponding call to EndUpdate.

See Also