Datasnap.DSCustomConnectorProxyWriter.TDSCustomConnectorProxyWriter.IsPrimitiveJSONType

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

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

Description

Vérifie si la classe nommée ClassName est un type JSON primitif.

IsPrimitiveJSONType renvoie True pour les classes suivantes : TJSONTrue, TJSONFalse, TJSONNull, TJSONString et TJSONNumber.

Voir aussi