Vcl.RibbonActnCtrls.TRibbonSpinButton.Loaded
Delphi
procedure Loaded; override;
C++
virtual void __fastcall Loaded();
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
protected | Vcl.RibbonActnCtrls.pas Vcl.RibbonActnCtrls.hpp |
Vcl.RibbonActnCtrls | TRibbonSpinButton |
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 in the form. In addition, the method adjusts the component's size.