RemoveAll Method

Supported in UFT One version 2022 and later.

Description

Removes all the function library files from the function library list.

Syntax

Visual Basic
Public Sub RemoveAll() 

Example

The following example opens an application area and removes all function library files from the list in the application area.

Copy code
uftApp.OpenAppArea("[ALM\Resources] Resources\manual\AA\AA1")
Set AAFunctionLibraries = uftApp.AppArea.Resources.Libraries ' Get the libraries collection object
AAFunctionLibraries.RemoveAll 

See Also

AAFunctionLibraries Collection | AAFunctionLibraries Collection Members