Datasnap.DSCommonProxy.TDSProxyParameter.KnownJSONTypeName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property KnownJSONTypeName: Boolean read IsKnownJSONTypeName;

C++

__property bool KnownJSONTypeName = {read=IsKnownJSONTypeName, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSCommonProxy.pas
Datasnap.DSCommonProxy.hpp
Datasnap.DSCommonProxy TDSProxyParameter

Description

Specifies whether the DataSnap proxy parameter is of JSON type.

Read the KnownJSONTypeName property to obtain whether this DataSnap proxy parameter is of JSON type or not.

See Also