Datasnap.DSCustomConnectorProxyWriter.TDSCustomConnectorProxyWriter.IsPrimitiveJSONType
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Datasnap.DSCustomConnectorProxyWriter.pas Datasnap.DSCustomConnectorProxyWriter.hpp
| |
Unit: Datasnap.DSCustomConnectorProxyWriter | |
Parent: TDSCustomConnectorProxyWriter |
Delphi
function IsPrimitiveJSONType(ClassName: string): Boolean; virtual; final;
C++
virtual bool __fastcall IsPrimitiveJSONType(System::UnicodeString ClassName) _FINAL_ATTRIBUTE;
Description
Verifies if the class named ClassName
is a primitive JSON type.
IsPrimitiveJSONType returns True for the following classes: TJSONTrue, TJSONFalse, TJSONNull, TJSONString, and TJSONNumber.