[Overview][Classes][Procedures and functions][Index] |
Performs actions when LCL component streaming is completed.
Source position: spin.pp line 67
protected procedure TCustomFloatSpinEdit.Loaded; override; |
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.
|
Called when the control has been loaded from a resource, transfers the loaded property values to the widget. |
lazarus-ccr.sourceforge.net |