[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Contains the title for the application.
Source position: forms.pp line 1665
public property TApplication.Title : string |
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.
TCustomApplication.Title |