RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebResponse.Title Property

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

Pascal
property Title: string;
C++
__property AnsiString Title;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!