System.Notification.TNotification.AlertAction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

AlertAction: string;

C++

System::UnicodeString AlertAction;

Properties

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

Description

The caption of the action button.

The HasAction field needs to be True for AlertAction to work.

AlertAction is not supported by all platforms. See more information about notification actions and platform support.

See Also