InfoConnect for Airlines
Parent Property (Macro)
Example 


Returns the parent object (Uts).
Syntax
'Declaration
 
Public ReadOnly Property Parent As Object
'Usage
 
Dim instance As Macro
Dim value As Object
 
value = instance.Parent
public object Parent {get;}
Example
private Macro mac;
private IbmTerminal terminal;
            
terminal = mac.Parent;
terminal.Connect();
See Also