System.Notification.TCustomNotificationCenter.DoCreateOrUpdateChannel

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure DoCreateOrUpdateChannel(const AChannel: TChannel); virtual;

C++

virtual void __fastcall DoCreateOrUpdateChannel(TChannel* const AChannel);

Propriétés

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


Description

Crée ou modifie un canal de notification système.

Si NotificationCenter a un canal avec l'ID de canal spécifié, AChannel.Id, il est mis à jour en conséquence.