[Overview][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: comboex.pas line 162
public constructor TCustomComboBoxEx.Create( |
TheOwner: TComponent |
); override; |
TheOwner |
|
Owner of the class instance. |
Create is the constructor for the class instance. Create calls the inherited constructor, and allocates resources needed for the class instance. Create sets the default values for the following properties:
Version 4.0 | Generated 2025-05-03 | Home |