Datasnap.DSClientRest.TDSRestClientCallback.ClientCallbackFunction

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ClientCallbackFunction: TDSRestClientCallbackFunction read FClientCallbackFunction;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestClientCallback


Beschreibung

Legt eine DataSnap-REST-Client-Callback-Funktion fest.

Die Eigenschaft ClientCallbackFunction legt den DataSnap-REST-Client-Callback-Funktion fest.

Siehe auch