API:Datasnap.DSHTTP.TDSHTTPRequestIndy.GetCommand

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Unit: Datasnap.DSHTTP
Parent: TDSHTTPRequestIndy

Delphi

function GetCommand: string; override;

C++

virtual System::UnicodeString __fastcall GetCommand();

Description

Returns the value of the Command property.

Datasnap.DSHTTP.TDSHTTPRequestIndy.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