API:Datasnap.DSHTTP.TDSHTTPRequestIndy.GetParams
Delphi
function GetParams: TStrings; override;
C++
virtual System::Classes::TStrings* __fastcall GetParams();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Datasnap.DSHTTP.pas Datasnap.DSHTTP.hpp |
Datasnap.DSHTTP | TDSHTTPRequestIndy |
Description
Returns the value of the Params property.
Datasnap.DSHTTP.TDSHTTPRequestIndy.GetParams inherits from Datasnap.DSHTTPCommon.TDSHTTPRequest.GetParams. All content below this line refers to Datasnap.DSHTTPCommon.TDSHTTPRequest.GetParams.
Returns the value of the Params property.
The GetParams method is the read implementation of the Params property.