System.JSON.Types.TJsonObjectCreationHandling

From RAD Studio API Documentation
Revision as of 22:30, 22 January 2016 by BuildBot (talk | contribs) (Created page with "{{#lst:API:System.JSON.Types.TJsonObjectCreationHandling|api}} ==Description== {{#lsth:API:System.JSON.Types.TJsonObjectCreationHandling|Description}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

TJsonObjectCreationHandling = (Auto, Reuse, Replace);

C++

enum class DECLSPEC_DENUM TJsonObjectCreationHandling : unsigned char { Auto, Reuse, Replace };

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.