API:Data.DBXCommon.TDBXReaderByteReader

From RAD Studio API Documentation
Jump to: navigation, search

Data.DBXCommon.TDBXByteReaderSystem.TObjectTDBXReaderByteReader

Delphi

TDBXReaderByteReader = class(TDBXByteReader)

C++

class PASCALIMPLEMENTATION TDBXReaderByteReader : public TDBXByteReader

Properties

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

Description

Allows for primitive retrieval of data using byte arrays.

Data.DBXCommon.TDBXReaderByteReader inherits from Data.DBXCommon.TDBXByteReader. All content below this line refers to Data.DBXCommon.TDBXByteReader.

Allows for primitive retrieval of data using byte arrays.

This class is used by dbExpress related TDataSet components. It allows for primitive retrieval of data using byte arrays. It is not for general usage.

See Also