System.Notification.TCustomNotificationCenter.CreateOrUpdateChannel
Delphi
procedure CreateOrUpdateChannel(const AChannel: TChannel);
C++
void __fastcall CreateOrUpdateChannel(TChannel* const AChannel);
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
procedure function |
public | 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.