Datasnap.DSProxyWriter.TDSCustomProxyWriter.IsKnownJSONTypeName

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

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

C++

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

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.

See Also