Platforms to show: All Mac Windows Linux Cross-Platform

Back to NotificationMBS class.

NotificationMBS.Name as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Notifications MBS DataTypes Plugin 10.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The name for the notification.
Example
dim n as new NotificationMBS("DatabaseChangedNotification", window1, "test")
MsgBox n.Name

(Read and Write property)

NotificationMBS.Ref as Variant

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Notifications MBS DataTypes Plugin 10.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The reference object.

Defines which object the notification references. If nil, you target all objects.
(Read and Write property)

NotificationMBS.Tag as Variant

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Notifications MBS DataTypes Plugin 10.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The attached value.
Example
dim n as new NotificationMBS
n.Tag = "Hello World"

You can use this property as you like.
This value is sent to the receivers. It allows you to pass an additional value without needing to write a subclass of the NotificationMBS class.
(Read and Write property)

The items on this page are in the following plugins: MBS DataTypes Plugin.


The biggest plugin in space...