Datasnap.DSCommonProxy.TDSProxyParameter.KnownJSONTypeName

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property KnownJSONTypeName: Boolean read IsKnownJSONTypeName;

C++

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

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