Vcl.Ribbon.TCustomRibbonPage.Loaded

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Loaded; override;

C++

virtual void __fastcall Loaded(void);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbonPage

Description

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

Do not call Loaded. The VCL streaming system calls 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 in the form. In addition the method adjust the component's size.


See Also