System.JSON.Types.TJsonEmptyValueHandling

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

Delphi

TJsonEmptyValueHandling = (Empty, Null);

C++

enum class DECLSPEC_DENUM TJsonEmptyValueHandling : unsigned char { Empty, Null };

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.