Vcl.Ribbon.TCustomRibbon.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.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbon

Description

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

Do not call Loaded. The VCL streaming system calls it automatically after the control's form file has been read into memory, so that the control can complete any initializations that depend on other objects on the form. In addition, the method adjusts the component's size.

See Also