[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TCustomUpDown.Create

Constructor for the class instance.

Declaration

Source position: comctrls.pp line 2005

public constructor TCustomUpDown.Create(

  AOwner: TComponent

); override;

Arguments

AOwner

  

Owner of the class instance.

Description

Create is the constructor for TCustomUpDown. It calls the inherited Create method, and initializes properties for the class instance. For example:

See also

TComponent.Create

TCustomControl.Create

  

Constructor for the class instance.


Version 4.0 Generated 2025-05-03 Home