System.Notification.TNotifications

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type 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.

See Also