IPWorks S3 2020 Delphi Edition

Questions / Feedback?

QueryParam Type

A query parameter to send in the request.

Remarks

This type represents a query parameter to send in the request.

Fields

Name
String

The name of the query parameter.

This property specifies the name of the query parameter.

Value
String

The value of the query parameter.

This property specifies the value of the query parameter. The component will automatically URL-encode this value when sending the request.

Constructors

constructor Create();
constructor Create(valName: String; valValue: String);

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks S3 2020 Delphi Edition - Version 20.0 [Build 8178]