Datasnap.DSHTTP.TDSHTTPRequestIndy.GetParams

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Unit: Datasnap.DSHTTP
Parent: TDSHTTPRequestIndy

Delphi

function GetParams: TStrings; override;

C++

virtual System::Classes::TStrings* __fastcall GetParams();

Description

Returns the value of the Params property.

The GetParams method is the read implementation of the Params property.

See Also