Data.DBXCommon.TDBXReader.GetRow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetRow: TDBXRow;

C++

TDBXRow* __fastcall GetRow();

Properties

Type Visibility Source Unit Parent
function protected
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXReader

Description

Returns the active row from the reader.

GetRow returns the active row from the reader as a TDBXRow.

See Also