[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: buttonpanel.pas line 38
public constructor TPanelBitBtn.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner for the class instance. |
Create is the overridden constructor for the class instance. Create calls the inherited method, and calls SetSubComponent to indicate that the component is used as a sub-component in the parent control.
|
Constructor for the class instance. |
Version 4.0 | Generated 2025-05-03 | Home |