System.Notification.TNotifications

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

type TNotifications = array of TNotification;

C++

typedef System::DynamicArray<TNotification*> TNotifications;

プロパティ

種類 可視性 ソース ユニット
array
typedef
public
System.Notification.pas
System.Notification.hpp
System.Notification System.Notification


説明

通知の配列。

関連項目