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.

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top