RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TNumericField Class

TNumericField is the common ancestor of all the numeric fields in a dataset.

Pascal
TNumericField = class(TField);
C++
class TNumericField : public TField;

DB

TNumericField encapsulates the fundamental behavior common to all numeric field components. In addition to the properties, events, and methods common to all field components introduced by TField, TNumericField introduces new properties for formatting numeric data for display or editing purposes. 

Do not instantiate objects of type TNumericField. Instead, use one of its descendant classes such as TIntegerField and TFloatField

 

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