RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TLargeintField Class

A TLargeintField object represents a large integer field in a dataset.

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

DB

TLargeintField fields are database fields that contain large (64-bit) integer values. 

If you use the Fields editor at design time to create a persistent field component for the large integer field, you can access it by name at runtime. When using dynamic field components, you can access the TIntegerField instance using the dataset's Fields property or FieldByName method. 

 

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