Data.DBXCommon.TDBXReader.GetRow

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.DBXCommon.pas
Data.DBXCommon.hpp
Unit: Data.DBXCommon
Parent: TDBXReader

Delphi

function GetRow: TDBXRow;

C++

TDBXRow* __fastcall GetRow();

Description

Returns the active row from the reader.

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

See Also