Datasnap.DSClientRest.TDSCustomRestConnection.CreateCommand

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreateCommand: TDSRestCommand;

C++

TDSRestCommand* __fastcall CreateCommand();

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSCustomRestConnection

Description

Creates a new DataSnap REST command.

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

See Also