[Overview][Classes][Procedures and functions][Index] Reference for unit 'Spin' (#lcl)

TCustomFloatSpinEdit.Loaded

Performs actions when LCL component streaming is completed.

Declaration

Source position: spin.pp line 67

protected procedure TCustomFloatSpinEdit.Loaded; override;

Description

Loaded calls the inherited method on entry to determine the size for the control (and its children) and to apply property values inherited from the parent control (when assigned). Loaded calls the private UpdateControl method when the internal update flag has been set for the control.

See also

TWinControl.Loaded

  

Called when the control has been loaded from a resource, transfers the loaded property values to the widget.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.