API:Datasnap.DSHTTPWebBroker.TDSHTTPRequestWebBroker.GetParams

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetParams: TStrings; override;

C++

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

Description

Returns the value of the Params property.

Datasnap.DSHTTPWebBroker.TDSHTTPRequestWebBroker.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.

See Also