[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: stdctrls.pp line 1372
public constructor TCheckBox.Create( |
TheOwner: TComponent |
); override; |
TheOwner |
|
Owner of the class instance. |
Create is the overridden constructor for the class instance, and calls the inherited method on entry. Creates sets the internal component style for the control to csCheckbox, and sets the default values for properties including TabStop (True) and AutoSize (True).
Version 4.0 | Generated 2025-05-03 | Home |