[Overview][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: extctrls.pp line 895
public constructor TCustomCheckGroup.Create( |
TheOwner: TComponent |
); override; |
TheOwner |
|
Owner of the class instance. |
Create is the overridden constructor for TCustomCheckGroup. It calls the inherited Create method. It also sets styles, creates lists, and initializes sizing and layout properties in the control.
|
Constructor for the class instance. |
Version 4.0 | Generated 2025-05-03 | Home |