Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
WindowsUserNotification.Release
Releases the notification.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| WindowsUserNotification UserNotification | 7.2 | No | Yes | No | No | No |
Parameters
| Parameter | Description | Example |
|---|---|---|
| Notification | The reference number for the Windows User Notification. | $Notification |
Result
Returns OK or error.
Description
Releases the notification.This frees up memory used.
Examples
Free notification:
Set Variable [$r; Value:MBS( "WindowsUserNotification.Release"; Windows User Notifications::ID)]
If [MBS("IsError")]
Show Custom Dialog ["Error"; $r]
End If
Set Field [Windows User Notifications::ID; ""]
See also
- UserNotification.Release
- WindowsUserNotification.GetFileName
- WindowsUserNotification.GetImagePath
- WindowsUserNotification.GetText
- WindowsUserNotification.Initialize
- WindowsUserNotification.NewNotification
- WindowsUserNotification.SetFileName
- WindowsUserNotification.SetImagePath
- WindowsUserNotification.SetText
- WindowsUserNotification.XMLUsed
Example Databases
Release notes
- Version 10.5
- Added CFunction.ReleaseAll, CGImageSource.ReleaseAll, CLibrary.ReleaseAll, DynaPDF.ReleaseAll, ECKey.ReleaseAll, FSEvents.ReleaseAll, MarkDown.ReleaseAll, MenuItem.ReleaseAll, SendMail.ReleaseAll, Shell.ReleaseAll, SmartCard.ReleaseAll, TouchBar.ReleaseAll, UserNotification.ReleaseAll, WMFP.ReleaseAll, WMIQuery.ReleaseAll and WindowsUserNotification.ReleaseAll.
Created 2nd April 2017, last changed 24th May 2017
WindowsUserNotification.NewNotification - WindowsUserNotification.ReleaseAll
Feedback: Report problem or ask question.
Links
MBS FileMaker Plugins