System.Notification.TCustomNotificationCenter.CreateChannel

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function CreateChannel: TChannel; overload;
function CreateChannel(const AId: string; const ATitle: string; const ADescription: string = ''): TChannel; overload;

C++

TChannel* __fastcall CreateChannel()/* overload */;
TChannel* __fastcall CreateChannel(const System::UnicodeString AId, const System::UnicodeString ATitle, const System::UnicodeString ADescription = System::UnicodeString())/* overload */;

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.Notification.pas
System.Notification.hpp
System.Notification TCustomNotificationCenter


Description

Crée une notification vide.