RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IAdapterRequestParams.AssignTo Method

Fills a string list to contain the name/value pairs from the HTTP request message.

Pascal
procedure AssignTo(AStrings: TStrings);
C++
__fastcall AssignTo(TStrings AStrings);

AssignTo replaces the content of a string list with strings of the form 'Name=Value', where Name and Value represent the names and values of name/value pairs extracted from the HTTP request message. After a call to AssignTo, the string list contains the same information that this interface makes available. 

AStrings is the string list to fill with the name/value pairs from the HTTP request. 

 

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