RAD Studio VCL Reference
|
Creates an instance of a TNumericField object.
constructor Create(AOwner: TComponent); override;
virtual __fastcall TUnsignedAutoIncField(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!
|