System.JSON.TJSONArray.operator []

From RAD Studio API Documentation
Jump to: navigation, search

C++

TJSONValue* operator[](const int Index) { return this->Items[Index]; }

Properties

Type Visibility Source Unit Parent
function public System.JSON.hpp System.JSON TJSONArray

Description

Embarcadero Technologies does not currently have any additional information.