AppleEvent.Send
From Xojo Documentation
Method
This method is only available on the macOS platform. For cross-platform compatibility, use #If...#Endif with the Target... specifiers to make sure you will not attempt to use this method on an incompatible platform. |
Sends the AppleEvent. Returns True if the AppleEvent was successfully sent and False if it was not.
Notes
True does not mean that the receiving application successfully handled the message. Use the ReplyBoolean property for that.