Show: Delphi
C++
Display Preferences
Data.DBXJSON.TJSONPairEnumerator.GetCurrent
From XE2 API Documentation
Delphi
function GetCurrent: TJSONPair; inline;
C++
TJSONPair* __fastcall GetCurrent(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | Data.DBXJSON.pas Data.DBXJSON.hpp |
Data.DBXJSON | TJSONPairEnumerator |
Description
Gets the current TJSON pair.
Use GetCurrent to get the current TJSON pair in the TJSONPair object being enumerated. GetCurrent is the reader method for the Current property.