RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebApplication.Title Property

Specifies a title for the Web application.

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

Use the Title property to assign a title to your Web application. This title can be used in HTTP messages that the application sends to identify the application. The default value is taken from the executable DLL/EXE .so filename at runtime. 

Do not confuse Title with the Name property. Name is the identifier for the Web application when it is referred to in code. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!