System.Notification.TCustomNotificationCenter.CreateOrUpdateChannel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CreateOrUpdateChannel(const AChannel: TChannel);

C++

void __fastcall CreateOrUpdateChannel(TChannel* const AChannel);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Notification.pas
System.Notification.hpp
System.Notification TCustomNotificationCenter

Description

Creates or updates system notification channel.

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