Data.DBXCommon.TDBXContext.ClosedByteReader

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ClosedByteReader: TDBXByteReader read FClosedByteReader;

C++

__property TDBXByteReader* ClosedByteReader = {read=FClosedByteReader};

Properties

Type Visibility Source Unit Parent
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXContext

Description

Indicates closed byte readers that have no more rows.

The framework marks TDBXByteReader with no more rows as closed with this property.

See Also