Data.DB.TLargeintField

From RAD Studio API Documentation
Jump to: navigation, search

Data.DB.TNumericFieldData.DB.TFieldSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTLargeintField

Delphi

TLargeintField = class(TNumericField)

C++

class PASCALIMPLEMENTATION TLargeintField : public TNumericField

Properties

Type Visibility Source Unit Parent
class public
Data.DB.pas
Data.DB.hpp
Data.DB Data.DB

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