InfoConnect VBA Guide
Attachmate.Reflection.Objects.Productivity Library / ScreenHistory Object / DeleteScreen Method
The zero-based index of the screen to delete from the list.
In This Topic
    DeleteScreen Method
    In This Topic
    Deletes a specific screen from the Screen History list.
    Syntax
    expression.DeleteScreen( _
       ByVal index As Integer _
    ) 
    where expression is a variable that represents a ScreenHistory Object

    Parameters

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