Web.HTTPApp.TWebRequest.ExtractContentFields

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ExtractContentFields(Strings: TStrings);

C++

void __fastcall ExtractContentFields(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 Content property into its constituent fields.

Call ExtractContentFields to fill the Strings parameter with the individual fields in the Content property. ExtractContentFields assumes that fields are separated by ampersands (&). This is the format used when the MethodType is mtPost. If the Content property is not assigned, ExtractContentFields does nothing.

See Also