System.JSON.Types.TJsonCodeWScope.Scope

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

Scope: array of TScopeItem;

C++

_TJsonCodeWScope__1 Scope;

Properties

Type Visibility Source Unit Parent
field public
System.JSON.Types.pas
System.JSON.Types.hpp
System.JSON.Types TJsonCodeWScope

Description

BSON code with scope array of scope items.

For further details about BSON code with scope, see the BSON specifications.

See Also