Data.DB.TByteField

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TByteField = class(TIntegerField)

C++

class PASCALIMPLEMENTATION TByteField : public TIntegerField

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