RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebRequest.QueryFields Property

Represents the parsed contents of the Query in the URL of the HTTP request message.

Pascal
property QueryFields: TStrings;
C++
__property TStrings QueryFields;

Use QueryFields to work with individual query values provided by the Web client request. The Query property is parsed into separate fields by separating into substrings whenever an ampersand is encountered. 

Each query field appears as a separate string in the QueryFields list with the form Name=Value. As a TStrings object, QueryFields allows applications to manipulate the individual fields by name or value. 

 

ExtractQueryFields 

Query 

TStrings 

Names 

Values 

Properties That Identify the Target

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!