RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomUpDown.Create Constructor

Creates and initializes an instance of TCustomUpDown.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TCustomUpDown(TComponent * AOwner);

Call Create to instantiate an up-down control at runtime. Up-down controls placed on forms at design time are created automatically.AOwner is a component, typically the form, that is responsible for freeing the up-down control. It becomes the value of the Owner property. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!