[Overview][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: comboex.pas line 315
public constructor TCustomCheckCombo.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner of the object instance. |
Create is the overridden constructor for the class instance, and calls the inherited method. Create ensures that the Items property is configured to ignore duplicate values. Create sets the default values for the following properties and members:
|
The list of items displayed in the combo-box control. |
|
Version 4.0 | Generated 2025-05-03 | Home |