Datasnap.DSClientRest.TDSCustomRestConnection.CreateCommand

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function CreateCommand: TDSRestCommand;

C++

TDSRestCommand* __fastcall CreateCommand();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSCustomRestConnection

Beschreibung

Erstellt einen neuen DataSnap-REST-Befehl.

Mit der Methode CreateCommand können Sie einen neuen DataSnap-REST-Befehl erstellen.

Siehe auch