Datasnap.DSClientRest.TDSRestClientCallback.ClientCallbackFunction

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

Delphi

property ClientCallbackFunction: TDSRestClientCallbackFunction read FClientCallbackFunction;

C++

__property System::DelphiInterface<System::Sysutils::TFunc__3<System::Json::TJSONValue*,System::UnicodeString,bool> > ClientCallbackFunction = {read=FClientCallbackFunction};

プロパティ

種類 可視性 ソース ユニット
property public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestClientCallback


説明

DataSnap REST クライアント コールバック関数を示します。

ClientCallbackFunction プロパティは、DataSnap REST クライアント コールバック関数を示します。

関連項目