Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
|
xojo:objectnotifier:start [2021/04/06 06:54] mz |
xojo:objectnotifier:start [2021/04/06 07:27] (aktuell) mz [Object notification] |
||
|---|---|---|---|
| Zeile 39: | Zeile 39: | ||
| Instead of " | Instead of " | ||
| + | <WRAP round important 100%> | ||
| + | Be careful with // | ||
| + | < | ||
| + | xy.addObjectNotificationReceiver(me, | ||
| + | xy.addObjectNotificationReceiver(me, | ||
| + | </ | ||
| + | Because // | ||
| + | It's therefore not possible to delete only the second entry (with //info// 2). | ||
| + | |||
| + | </ | ||
| + | |||
| + | |||
| + | |||
| + | ====== Sourcecode ====== | ||
| {{ : | {{ : | ||
| Zeile 98: | Zeile 112: | ||
| Properties | Properties | ||
| | | ||
| - | mInfos() As Variant | + | |
| - | mReceivers() As objectNotificationReceiver | + | |
| | | ||
| End Class | End Class | ||