[Overview][Types][Classes][Procedures and functions][Index] |
Creates the window handle for the control.
Source position: pairsplitter.pas line 113
public procedure TCustomPairSplitter.CreateWnd; override; |
CreateWnd is an overridden procedure used to create the window handle for the control. CreateWnd calls CreateSides to ensure both TPairSplitterSide instances are created (and parented) in the Sides property. CreateWnd calls the inherited CreateWnd method.
|
Provides access to the adjacent children resized using the Splitter. |
|
|
Creates missing any controls in the Sides property. |
|
|
Implements the child controls used in the TPairSplitter component. |
|
|
Creates the interface object (widget) and assigns the value in Handle. |
Version 4.0 | Generated 2025-05-03 | Home |