RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TLongWordField.Create Constructor

Creates an instance of a TNumericField object.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TLongWordField(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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!