Datasnap.DSCommonProxy.TDSProxyParameter.IsKnownJSONTypeName

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function IsKnownJSONTypeName: Boolean; virtual;

C++

virtual bool __fastcall IsKnownJSONTypeName();

Description

Protected getter implementation for the KnownJSONTypeName property.

See Also