Web.HTTPApp.TWebRequest.ExtractCookieFields

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ExtractCookieFields(Strings: TStrings);

C++

void __fastcall ExtractCookieFields(System::Classes::TStrings* Strings);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TWebRequest

Description

Parses the Cookie property into its constituent fields.

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.

See Also