Web.HTTPApp.TWebRequest.ExtractQueryFields

From RAD Studio API Documentation
Revision as of 22:51, 16 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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