InfoConnect for Airlines VBA Guide
DeleteScreen Method
The zero-based index of the screen to delete from the list.
Deletes a specific screen from the Screen History list.
Syntax
object.DeleteScreen( _
   ByVal index As Long _
) 

Parameters

index
The zero-based index of the screen to delete from the list.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeExceptionThrown if index is negative or exceeds the range of available screens.
See Also