[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Sets the value for the Title property.
Source position: forms.pp line 1582
protected procedure TApplication.SetTitle( |
const AValue: string |
); override; |
AValue |
|
New value for the property. |
Calls the inherited method on entry. Calls the AppSetTitle method in the widgetset class to apply the new value for the property.
|
Contains the title for the application. |
Version 4.0 | Generated 2025-05-03 | Home |