Datasnap.DSCustomConnectorProxyWriter.TDSCustomConnectorProxyWriter.IsPrimitiveJSONType

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Datasnap.DSCustomConnectorProxyWriter.pas
Datasnap.DSCustomConnectorProxyWriter.hpp
Unit: Datasnap.DSCustomConnectorProxyWriter
Parent: TDSCustomConnectorProxyWriter

Delphi

function IsPrimitiveJSONType(ClassName: string): Boolean; virtual; final;

C++

virtual bool __fastcall IsPrimitiveJSONType(System::UnicodeString ClassName) _FINAL_ATTRIBUTE;

Description

Verifies if the class named ClassName is a primitive JSON type.

IsPrimitiveJSONType returns True for the following classes: TJSONTrue, TJSONFalse, TJSONNull, TJSONString, and TJSONNumber.

See Also