[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Performs actions needed after the control is loaded using LCL component streaming.
Source position: stdctrls.pp line 1351
protected procedure TCustomCheckBox.Loaded; override; |
Loaded is an overridden method in TCustomCheckBox. Loaded ensures that the value in State is passed to the widgetset class when a handle has been allocated for the control. This prevents loss of the stored value in State during component streaming. The inherited method is called prior to exit.
|
The check, unchecked, or grayed state 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 |