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.4 | Generated 2025-11-08 | Home |