Web.HTTPApp.TWebRequest.From

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property From: string index 9 read GetStringVariable;

C++

__property System::UnicodeString From = {read=GetStringVariable, index=9};

Properties

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

Description

Reports the value of the From header of the HTTP request message.

Read From to determine the Internet e-mail address of the human user for whom the Web client sent the HTTP request message. This value can be used for logging purposes, or to contact the originator of the request if problems occur.

See Also