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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!