Datasnap.DSProxyWriter.TDSCustomProxyWriter.IsKnownJSONTypeName
Delphi
function IsKnownJSONTypeName(const Name: string): Boolean; virtual;
C++
virtual bool __fastcall IsKnownJSONTypeName(const System::UnicodeString Name);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | protected | Datasnap.DSProxyWriter.pas Datasnap.DSProxyWriter.hpp | Datasnap.DSProxyWriter | TDSCustomProxyWriter | 
Description
Verifies whether the given JSON is a known type.
The IsKnownJSONTypeName method returns True if the JSON given through Name is a known type, and False otherwise.