Data.DB.TLargeintField

From RAD Studio API Documentation
Jump to: navigation, search

Data.DB.TNumericFieldData.DB.TFieldSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTLargeintField
[–] Properties
Type: class
Visibility: public
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: Data.DB

Delphi

TLargeintField = class(TNumericField)

C++

class PASCALIMPLEMENTATION TLargeintField : public TNumericField

Description

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

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.

See Also

Code Examples