Data.DB.TByteField

From RAD Studio API Documentation
Jump to: navigation, search

Data.DB.TIntegerFieldData.DB.TNumericFieldData.DB.TFieldSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTByteField

Delphi

TByteField = class(TIntegerField)

C++

class PASCALIMPLEMENTATION TByteField : public TIntegerField

Properties

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

Description

TByteField represents a field that contains a byte value in a dataset.

TByteField encapsulates the fundamental behavior common to fields that contain byte data. Byte fields can hold values in the range 0 to 255, and are frequently used to hold small numerical values.

See Also

Code Examples