4D v13.4

DISPLAY NOTIFICATION

Home

 
4D v13.4
DISPLAY NOTIFICATION

DISPLAY NOTIFICATION 


 

DISPLAY NOTIFICATION ( title ; text {; duration} ) 
Parameter Type   Description
title  Alpha in Notification title
text  Alpha in Notification text
duration  Longint in Display duration in seconds

The DISPLAY NOTIFICATION command displays a message in the notification area of the Windows taskbar:

Usually this kind of message is used by the OS or an application to inform the user of an external event (network disconnection, availability of an upgrade, etc.).

In title and text, pass the title and the text of the message to display (in the above example, the title is “4D Export”). You can enter up to 255 characters.

By default, the message window remains displayed until the user clicks on the close box. If you pass the optional duration parameter, the window will be closed automatically at the end of the duration set if the user did not click on the close box. Note that the notification icon will remain displayed until the end of duration, even if the user has closed the window.

 
PROPERTIES 

Product: 4D
Theme: Messages
Number: 910

Windows specific

 
INDEX

Alphabetical list of commands

 
HISTORY 

Created: 4D 2004

 
SEE ALSO 

ALERT