norgepaul
norgepaul

Reputation: 6053

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.

Upvotes: 5

Views: 3457

Answers (1)

norgepaul
norgepaul

Reputation: 6053

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.

Upvotes: 6

Related Questions