System.Notification.TBaseNotificationCenter.DoCreateOrUpdateChannel

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure DoCreateOrUpdateChannel(const AChannel: TChannel); virtual;

C++

virtual void __fastcall DoCreateOrUpdateChannel(TChannel* const AChannel);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
System.Notification.pas
System.Notification.hpp
System.Notification TBaseNotificationCenter


Beschreibung

Erstellt oder aktualisiert den Systembenachrichtigungskanal.

Wenn NotificationCenter über einen Kanal mit der angegebenen Kanal-ID, AChannel.Id, verfügt, wird er aktualisiert.