Datasnap.DSCustomConnectorProxyWriter.TDSCustomConnectorProxyWriter.IsPrimitiveJSONType

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function IsPrimitiveJSONType(ClassName: string): Boolean; virtual; final;

C++

virtual bool __fastcall IsPrimitiveJSONType(System::UnicodeString ClassName) _FINAL_ATTRIBUTE;

プロパティ

種類 可視性 ソース ユニット
function protected
Datasnap.DSCustomConnectorProxyWriter.pas
Datasnap.DSCustomConnectorProxyWriter.hpp
Datasnap.DSCustomConnectorProxyWriter TDSCustomConnectorProxyWriter


説明

ClassName という名のクラスが、JSON のプリミティブ型であるかどうかを確認します。

IsPrimitiveJSONType は、次のクラスに対して True を返します: TJSONTrueTJSONFalseTJSONNullTJSONString、および、TJSONNumber

関連項目