System.Notification.TNotifications

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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.

Siehe auch