System.Notification.TNotification.Title

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

Title: string;

C++

System::UnicodeString Title;

Properties

Type Visibility Source Unit Parent
field public
System.Notification.pas
System.Notification.hpp
System.Notification TNotification

Description

The title of the notification.

The iOS platform always displays the app name as title. In other platforms, in the case that there is no title, the app name is displayed as title.

See more information about using notifications.

See Also