InfoConnect for Airlines VBA Guide
GetControlsByFilePath Function
Session file path.
Gets a collection of controls by the session file path.
Syntax
object.GetControlsByFilePath( _
   ByVal filePath As String _
) As Object()

Parameters

filePath
Session file path.

Return Value

The method returns a collection of controls whose session file path matches the

filePath.

Remarks
This path may not be unique among all running sessions.
See Also