InfoConnect for Airlines VBA Guide
ApplicationObject Object Members

The following tables list the members exposed by ApplicationObject.

Properties
 NameDescription
Public PropertyAutomationServerNameThe automation server name registered with Running Object Table.  
Public PropertyControlCountGets the number of controls that are running.  
Public PropertyIsInitializedGets the value that indicates whether InfoConnect application is fully initialized.  
Top
Methods and Functions
 NameDescription
Public MethodCloseCloses the application.  
Public MethodCreateControlCreate a control by opening a session document file.  
Public MethodCreateControl2Creates a control by its GUID type.  
Public MethodCreateLayoutCreates controls specified by a layout file.  
Public MethodGetControlByInstanceIdGets a control by the control instance ID. The method returns the control that has the instance ID that matches controlInstanceId.  
Public MethodGetControlsByFilePathGets a collection of controls by the session file path.  
Public MethodGetControlsByNameGets a collection of controls by name.  
Public MethodGetObjectGets an object by its object moniker.  
Public MethodWaitWaits for the specified duration.  
Top
See Also