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

TCustomPairSplitter.Loaded

Performs actions when LCL component streaming has been completed.

Declaration

Source position: pairsplitter.pas line 116

public procedure TCustomPairSplitter.Loaded; override;

Description

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.

See also

TCustomPairSplitter.Position

  

Indicates the position for the Splitter relative to its orientation.

TCustomPairSplitter.CreateSides

  

Creates missing any controls in the Sides property.

TWinControl.Loaded

  

Performs actions when a component has been loaded during LCL streaming.


Version 4.0 Generated 2025-05-03 Home