RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebRequest.ExtractCookieFields Method

Parses the Cookie property into its constituent fields.

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

Call ExtractCookieFields to fill the Strings parameter with the individual fields in the Cookie property. ExtractCookieFields assumes that fields are separated by semicolons. If the Cookie property is not assigned, ExtractCookieFields does nothing. 

 

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