Web.HTTPApp.TWebResponse.Title

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Title: string index 11 read GetStringVariable write SetStringVariable;

C++

__property System::UnicodeString Title = {read=GetStringVariable, write=SetStringVariable, index=11};

Properties

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

Description

Specifies a title for the Content of the HTTP response message.

Set the Title property to add a Title header to the HTTP response message. Title is an optional application-specific title associated with the information included in the message.

See Also