AppleEvent.Send

From Xojo Documentation

Method


AppleEvent.Send() As Boolean

Supported for all project types and targets.

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.