Data.DBXCommonTable.TDBXTableReader

From RAD Studio API Documentation
Jump to: navigation, search

Data.DBXCommon.TDBXReaderData.DBXCommon.TDBXValueListSystem.TObjectTDBXTableReader
[–] Properties
Type: class
Visibility: public
Source:
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Unit: Data.DBXCommonTable
Parent: Data.DBXCommonTable

Delphi

TDBXTableReader = class(TDBXReader)

C++

class PASCALIMPLEMENTATION TDBXTableReader : public Data::Dbxcommon::TDBXReader

Description

TDBXTableReader provides a unidirectional reader for a collection of database rows.

TDBXTableReader provides a forward-only reader for a collection of database rows.

Note: When an application no longer needs a TDBXTableReader instance, it should call TDBXTableReader.Free. This ensures that all resources associated with TDBXTableReader are released.

See Also