Datasnap.DSProxyWriter.TDSCustomProxyWriter.IsKnownJSONTypeName

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also