Data.DB.TByteField

From RAD Studio API Documentation
Jump to: navigation, search

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

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=Data.DB.TByteField&oldid=623764"