Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where do I set the application "Title" property in a FireMonkey mobile application?

Currently, the project name is used as the caption (title) under the icon on the device's home screen. Unfortunately, this doesn't allow me to use white spaces.

A VCL application has an application "Title" property. You access it from the options form (Application | Appearance | Title). The value you set appears as the caption in the task bar.

like image 711
norgepaul Avatar asked Sep 26 '13 08:09

norgepaul


1 Answers

The application title can be changed in the Project Options dialog under Version Info.

For iOS you need to change the CFBundleDisplayName property. For Android, change the Label property.

like image 183
norgepaul Avatar answered Sep 23 '22 02:09

norgepaul