API:System.Notification.TBaseNotificationCenter.CreateNotification

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

Delphi

function CreateNotification: TNotification; overload;
function CreateNotification(const AName, AAlertBody: string; const AFireDate: TDateTime): TNotification; overload;

C++

TNotification* __fastcall CreateNotification(void)/* overload */;
TNotification* __fastcall CreateNotification(const System::UnicodeString AName, const System::UnicodeString AAlertBody, const System::TDateTime AFireDate)/* overload */;

プロパティ

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

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。