Web.HTTPApp.TWebRequest.ExtractQueryFields

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ExtractQueryFields(Strings: TStrings);

C++

void __fastcall ExtractQueryFields(System::Classes::TStrings* Strings);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TWebRequest

Description

Parses the Query property into its constituent fields.

Call ExtractQueryFields to fill the Strings parameter with the individual fields in the Query property. ExtractQueryFields assumes that fields are separated by ampersands (&). If the Query property is not assigned, ExtractQueryFields does nothing.

See Also