System.Notification.TCustomNotificationCenter.CreateChannel

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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 */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.Notification.pas
System.Notification.hpp
System.Notification TCustomNotificationCenter

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.