Datasnap.DSClientRest.TDSCustomRestConnection.CreateCommand

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Unit: Datasnap.DSClientRest
Parent: TDSCustomRestConnection

Delphi

function CreateCommand: TDSRestCommand;

C++

TDSRestCommand* __fastcall CreateCommand();

Description

Creates a new DataSnap REST command.

Call the CreateCommand method to create a new DataSnap REST command.

See Also