InfoConnect for Airlines VBA Guide
Attachmate.Reflection.Objects.Productivity Library / RecentTyping Object / DeleteListItem Method
The zero-based index of the item to remove from Recent Typing.
In This Topic
    DeleteListItem Method
    In This Topic
    Deletes a string from the Recent Typing list.
    Syntax
    expression.DeleteListItem( _
       ByVal index As System.Integer _
    ) 

    Parameters

    index
    The zero-based index of the item to remove from Recent Typing.
    See Also