[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: stdctrls.pp line 1500
public constructor TRadioButton.Create( |
TheOwner: TComponent |
); override; |
TheOwner |
|
Owner of the class instance. |
Create is the overridden constructor for the class instance, and calls the inherited constructor on entry. Create ensures that the csRadioButton style flag is included in the component style flags for the control. The default value for the AutoSize property is set to True.
Version 4.0 | Generated 2025-05-03 | Home |