Datasnap.DSHTTPCommon.TDSHTTPRequest.GetCommand
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: Datasnap.DSHTTPCommon.pas Datasnap.DSHTTPCommon.hpp
| |
| Unit: Datasnap.DSHTTPCommon | |
| Parent: TDSHTTPRequest | |
Delphi
function GetCommand: string; virtual; abstract;
C++
virtual System::UnicodeString __fastcall GetCommand() = 0 ;
Description
Returns the value of the Command property.
The GetCommand method is the read implementation of the Command property.