InfoConnect for Airlines VBA Guide
CreateLayout Function
Creates controls specified by a layout file.
Syntax
object.CreateLayout( _
   ByVal layoutFilePath As String _
) As Object()

Parameters

layoutFilePath

Return Value

A collection of created controls.
See Also