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

Description

Returns the value of the Command property.

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

See Also