[Overview][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: pairsplitter.pas line 111
public constructor TCustomPairSplitter.Create( |
TheOwner: TComponent |
); override; |
TheOwner |
|
Owner of the component. |
Create is the constructor for the class instance. Create calls the inherited constructor using TheOwner as the owner of the component.
Create calls the GetControlClassDefaultSize class method to get the default height and width values used in instances of the class type, and calls SetBounds to apply the values. Create sets the default values for the following properties:
Create calls the CreateSides method when csDesigning is not in the ComponentState property. CreateSides ensures both TPairSplitterSide instances are created (and parented) in the Sides property.
|
Gets the default size for the control class. |
|
|
Creates missing any controls in the Sides property. |
|
|
Indicates the position for the Splitter relative to its orientation. |
|
|
Provides access to the adjacent children resized using the Splitter. |
|
|
Specifies the orientation for the splitter in the component. |
|
|
Implements the child controls used in the TPairSplitter component. |
|
|
Constructor for the class instance. |
Version 4.0 | Generated 2025-05-03 | Home |