System.Notification.TNotification.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create;

C++

__fastcall TNotification();

Properties

Type Visibility Source Unit Parent
constructor public
System.Notification.pas
System.Notification.hpp
System.Notification TNotification

Description

Creates an instance of TNotification.

Create also sets the default values for the properties of this notification.

See more information about creating notifications.

See Also