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