[Overview][Types][Classes][Index] |
Constructor for the class instance.
Source position: toolwin.pp line 66
public constructor TToolWindow.Create( |
TheOwner: TComponent |
); override; |
TheOwner |
|
Owner of the class instance. |
Create is the constructor for the class instance, and calls the inherited constructor using TheOwner as the owner of the control. Create sets the default values for the following properties:
|
Indicates the edges to be drawn with a border on the control. |
|
|
Specifies the drawing style used for the outer border of the control. |
|
|
Specifies the drawing style used for the inner border of the control. |
Version 4.0 | Generated 2025-05-03 | Home |