Datasnap.DSHTTP.TDSHTTPRequestIndy.GetCommand
[–] 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.
The GetCommand method is the read implementation of the Command property.