[Overview][Types][Classes][Procedures and functions][Index] |
Performs actions when LCL component streaming has been completed.
Source position: pairsplitter.pas line 116
public procedure TCustomPairSplitter.Loaded; override; |
Loaded is an overridden procedure which performs actions needed when the component has been loaded using the LCL component streaming mechanism. Loaded calls the inherited Loaded method.
Loaded calls the CreateSides method to ensure that both values in the Sides property have been created. Loaded updates the value in Position if the handle for the control has been allocated.
|
Indicates the position for the Splitter relative to its orientation. |
|
|
Creates missing any controls in the Sides property. |
|
|
Performs actions when a component has been loaded during LCL streaming. |
Version 4.0 | Generated 2025-05-03 | Home |