RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TNumericField.Create Constructor

Creates an instance of a TNumericField object.

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

Do not call the create method for TNumericField directly. TNumericField is an abstract class and its constructor should only be called as an inherited method from the constructor of a derived class. 

Create changes the Alignment property to taRightJustify. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!