[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: buttonpanel.pas line 99
public constructor TCustomButtonPanel.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner for the class instance. |
Create is the overridden constructor for the class instance. Create calls the inherited constructor, and sets the default values for properties in the panel to the following:
The ControlStyle property is modified in the method to add the csOwnedChildrenNotSelectable style, and to remove the csSetCaption style.
Create calls the DoShowButtons method to create and configure the TPanelBitBtn instances used in the panel class.
|
Constructor for the class instance. |
Version 4.0 | Generated 2025-05-03 | Home |