Unit 'Forms' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TApplication.Title

Contains the title for the application.

Declaration

Source position: forms.pp line 1665

public property TApplication.Title : string
  read GetTitle
  write SetTitle;

Description

The read and write access specifiers for the property are overridden in TApplication. Read access ensures that an empty title defaults to the file name (without path information) for the application executable file. Write access ensures that a new value for the property is applied to the widgetset class using its AppSetTitle method.

See also

TCustomApplication.Title