Data.DB.TShortintField

From RAD Studio API Documentation

Error: Image is invalid or non-existent.

Delphi

TShortintField = class(TIntegerField)

C++

class PASCALIMPLEMENTATION TShortintField : public TIntegerField

Properties

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

Description

TShortintField represents a field that contains a small integer value in a dataset.

TShortintField encapsulates the fundamental behavior common to fields that contain small integer data. Shortint fields can hold values in the range -128 to 127, and are frequently used to hold small integer numerical values.

See Also

Code Examples