[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Forms' (#lcl)

TApplication.SetTitle

Sets the value for the Title property.

Declaration

Source position: forms.pp line 1586

protected procedure TApplication.SetTitle(

  const AValue: string

); override;

Arguments

AValue

  

New value for the property.

Description

Calls the inherited method on entry. Calls the AppSetTitle method in the widgetset class to apply the new value for the property.

See also

TApplication.Title

  

Contains the title for the application.


Version 3.2 Generated 2024-02-25 Home