Vcl.Samples.Spin.TSpinButton.Loaded
Delphi
procedure Loaded; override;
C++
virtual void __fastcall Loaded(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Vcl.Samples.Spin.pas Vcl.Samples.Spin.hpp |
Vcl.Samples.Spin | TSpinButton |
Description
Initializes the control after it is loaded from a stream.
Loaded overrides the inherited method in order to set the button bounds.
Do not call Loaded. The VCL streaming system calls Loaded automatically after the control's form is loaded into memory so that the control can complete any initializations that depend on other objects in the form.