System.Notification.TNotification.HasAction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

HasAction: Boolean;

C++

bool HasAction;

Properties

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

Description

Indicates whether or not the notification contains action buttons.

By default, HasAction is False.

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

See Also