Extract

<< Click to Display Table of Contents >>

Navigation:  Classes > TJsonArray > Methods >

Extract

SIGNATURE=IWJsonDataObjects.TJsonArray.Extract@Integer

 

ETYPE=Method

 

Declaration:

Delphi:

public function Extract(Index: Integer): TJsonBaseObject;

C++:

public: __fastcall TJsonBaseObject Extract(int Index);

 

Description: Extract removes the object/array from the array and transfers the ownership to the caller.