System.Notification.TBaseNotificationCenter.DoCreateOrUpdateChannel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoCreateOrUpdateChannel(const AChannel: TChannel); virtual;

C++

virtual void __fastcall DoCreateOrUpdateChannel(TChannel* const AChannel);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Notification.pas
System.Notification.hpp
System.Notification TBaseNotificationCenter

Description

Creates or updates system notification channel.

If the NotificationCenter has a channel with the specified channel id AChannel.Id, it is updated.