[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: comctrls.pp line 2005
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.0 | Generated 2025-05-03 | Home |