RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebRequest.ExtractQueryFields Method

Parses the Query property into its constituent fields.

Pascal
procedure ExtractQueryFields(Strings: TStrings);
C++
__fastcall ExtractQueryFields(TStrings Strings);

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. 

 

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