Data.DBXStreamPlatform.TDBXJSonReader.GetRowHandle

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetRowHandle: Integer; override;

C++

virtual int __fastcall GetRowHandle();

Description

Getter of RowHandle.

Data.DBXStreamPlatform.TDBXJSonReader.GetRowHandle inherits from Data.DBXCommon.TDBXReader.GetRowHandle. All content below this line refers to Data.DBXCommon.TDBXReader.GetRowHandle.

Getter of RowHandle.

See Also