Constructor for the class instance.
Source position: comctrls.pp line 2007
public constructor TCustomUpDown.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner of the class instance. |
Create is the constructor for TCustomUpDown. It calls the inherited Create method, and initializes properties for the class instance. For example:
|
Constructor for the class instance. |
| Version 4.4 | Generated 2025-11-08 | Home |