5

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.

norgepaul
  • 6,013
  • 4
  • 43
  • 76
  • possible duplicate of [How do I specify my app's home-screen icon caption?](http://stackoverflow.com/questions/18836866/how-do-i-specify-my-apps-home-screen-icon-caption) – Rob Kennedy Sep 26 '13 at 09:33
  • Almost a duplicate, but the other question specifies Android. I'm looking for a solution for all XE5 mobile platforms. It did however point me to the correct answer. Thanks Rob. – norgepaul Sep 26 '13 at 10:01

1 Answers1

6

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.

norgepaul
  • 6,013
  • 4
  • 43
  • 76