System.Notification.TNotification.HasAction
Delphi
HasAction: Boolean;
C++
bool HasAction;
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
field | public | System.Notification.pas System.Notification.hpp |
System.Notification | TNotification |
Beschreibung
Gibt an, ob die Benachrichtigung Aktions-Schaltflächen enthält oder nicht.
HasAction ist standardgemäß False
.
HasAction wird nicht von allen Plattformen unterstützt. Hier finden Sie weitere Informationen über Mitteilungsaktionen und Plattformunterstützung.
Siehe auch
- Verwendung von Mitteilungen
- System.Notification.TNotification.AlertAction
- System.Notification.TNotification.AlertBody
- System.Notification.TNotification.EnableSound
- System.Notification.TNotification.FireDate
- System.Notification.TNotification.Name
- System.Notification.TNotification.Number
- System.Notification.TNotification.RepeatInterval
- System.Notification.TNotification.SoundName
- System.Notification.TNotification.Title