System.JSON.Builders.TJSONCollectionBuilder.ParentType

From RAD Studio API Documentation
Revision as of 13:16, 25 January 2016 by AChavesBot (talk | contribs) (RS-74247)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

property ParentType: TParentType read GetParentType;

C++

__property TParentType ParentType = {read=GetParentType, nodefault};

Properties

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

Description

Returns the current parent item type.

ParentType returns a TParentType indicating the current parent item type: Elements or Pairs. ParentType returns None when there is no parent item.

See Also