System.Notification.TNotifications
Delphi
TNotifications = array of TNotification;
C++
typedef System::DynamicArray<TNotification*> TNotifications;
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
array typedef |
public | System.Notification.pas System.Notification.hpp |
System.Notification | System.Notification |
Beschreibung
Ein Array von Benachrichtigungen.