Remove Method
Description
Removes the specified application entry.
Syntax
Visual Basic
Public Sub Remove( _
   ByVal Position As Variant _
) 
Parameters
Position

The Flex application you want to remove from the list. Specify the application using one of the following:

  • The position of the application in the collection. Position values begin with 1. 
  • The ApplicationPath property of the application in the collection. If you specify a path that appears more than once in the collection, the first relevant item in the collection is removed.
  • FlexApplication object.
Example
See Also