Web.HTTPApp.TWebRequest.Title

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Title: string index 20 read GetStringVariable;

C++

__property System::UnicodeString Title = {read=GetStringVariable, index=20};

Properties

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

Description

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

Read Title to determine the Title of the information requested in the Web client request.

See Also