[Overview][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: pairsplitter.pas line 54
public constructor TPairSplitterSide.Create( |
TheOwner: TComponent |
); override; |
TheOwner |
|
Owner of the control. |
Create is the constructor for the class instance, and calls the inherited constructor using TheOwner as the owner of the control. Create updates values in the ControlStyle property and the internal window control flags used in the control.
Version 4.0 | Generated 2025-05-03 | Home |