Owner
Owner
Returns an integer indicating the owner status (see FlexOiaOwner for available values.)
Syntax
FlexOIA.Owner
Example
Sub Main()
If FlexOIA.Owner = FlexOiaOwner.APP Then
MsgBox "Host application connected."
End If
End Sub
Owner
Returns an integer indicating the owner status (see FlexOiaOwner for available values.)
Syntax
FlexOIA.Owner
Example
Sub Main()
If FlexOIA.Owner = FlexOiaOwner.APP Then
MsgBox "Host application connected."
End If
End Sub