Datasnap.DSCommonProxy.TDSProxyParameter.IsKnownJSONTypeName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsKnownJSONTypeName: Boolean; virtual;

C++

virtual bool __fastcall IsKnownJSONTypeName();

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.DSCommonProxy.pas
Datasnap.DSCommonProxy.hpp
Datasnap.DSCommonProxy TDSProxyParameter

Description

Protected getter implementation for the KnownJSONTypeName property.

See Also