AppleEventTarget.Remote
From Xojo Documentation
Property (As Boolean )
This property 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 property on an incompatible platform. |
aAppleEventTarget.Remote = newBooleanValue
or
BooleanValue = aAppleEventTarget.Remote
Supported for all project types and targets.
or
BooleanValue = aAppleEventTarget.Remote
Supported for all project types and targets.
True if the target is a different computer.