System.Notification.TCustomNotificationCenter.CreateChannel
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 */;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.Notification.pas System.Notification.hpp |
System.Notification | TCustomNotificationCenter |
Description
Creates an empty notification.