[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 115

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

  

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.