System.Notification.TNotifications
Delphi
TNotifications = array of TNotification;
C++
typedef System::DynamicArray<TNotification*> TNotifications;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
array typedef |
public | System.Notification.pas System.Notification.hpp |
System.Notification | System.Notification |
Description
An array of notifications.