[Overview][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: filectrl.pp line 160
public constructor TCustomFilterComboBox.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. Create sets the value for the Text property to an empty string ('').
|
Constructor for the class instance. |
Version 4.0 | Generated 2025-05-03 | Home |