System.JSON.Builders.TJSONIterator.Key

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Key: String read FKey;

C++

__property System::UnicodeString Key = {read=FKey};

Properties

Type Visibility Source Unit Parent
property public
System.JSON.Builders.pas
System.JSON.Builders.hpp
System.JSON.Builders TJSONIterator

Description

Key of the current token if it is a value within an object.

If the current token is not a value within an object, Key contains the last object key that the iterator has read.

See Also