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