Vcl.ComCtrls.TToolBar.Loaded

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Loaded; override;

C++

virtual void __fastcall Loaded();

Properties

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

Description

Initializes the component after the form file has been read into memory.

TToolBar overrides Loaded in order to managed the ButtonWidth property.

See Also