Datasnap.DSHTTPWebBroker.TDSHTTPRequestWebBroker.GetCommand

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCommand: string; override;

C++

virtual System::UnicodeString __fastcall GetCommand();

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.DSHTTPWebBroker.pas
Datasnap.DSHTTPWebBroker.hpp
Datasnap.DSHTTPWebBroker TDSHTTPRequestWebBroker

Description

Returns the value of the Command property.

Datasnap.DSHTTPWebBroker.TDSHTTPRequestWebBroker.GetCommand inherits from Datasnap.DSHTTPCommon.TDSHTTPRequest.GetCommand. All content below this line refers to Datasnap.DSHTTPCommon.TDSHTTPRequest.GetCommand.

Returns the value of the Command property.

The GetCommand method is the read implementation of the Command property.

See Also