Web.WebBroker.TWebApplication.Title

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Title: string read FTitle write FTitle;

C++

__property System::UnicodeString Title = {read=FTitle, write=FTitle};

Properties

Type Visibility Source Unit Parent
property public
Web.WebBroker.pas
Web.WebBroker.hpp
Web.WebBroker TWebApplication

Description

Specifies a title for the Web application.

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.

See Also