Datasnap.DSProxyWriter.TDSCustomProxyWriter.IsKnownJSONTypeName

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function IsKnownJSONTypeName(const Name: string): Boolean; virtual;

C++

virtual bool __fastcall IsKnownJSONTypeName(const System::UnicodeString Name);

Propriétés

Type Visibilité  Source Unité  Parent
function protected
Datasnap.DSProxyWriter.pas
Datasnap.DSProxyWriter.hpp
Datasnap.DSProxyWriter TDSCustomProxyWriter

Description

Vérifie si la valeur JSON donnée est un type connu.

La méthode IsKnownJSONTypeName renvoie True si la valeur JSON donnée par Name est un type connu, sinon elle renvoie False.

Voir aussi