System.JSON.Types.TJsonCodeWScope.TScopeItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

    TScopeItem = record
      Ident: String;
      Value: String;
    end;

C++

struct DECLSPEC_DRECORD TScopeItem
{
public:
    System::UnicodeString Ident;
    System::UnicodeString Value;
};

Properties

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

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!