Datasnap.DSCustomConnectorProxyWriter.TDSCustomConnectorProxyWriter.IsPrimitiveJSONType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.DSCustomConnectorProxyWriter.pas
Datasnap.DSCustomConnectorProxyWriter.hpp
Datasnap.DSCustomConnectorProxyWriter TDSCustomConnectorProxyWriter

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