DIAdem Help

Method: Clear for QueryForm <DataFinder>

  • Updated2024-09-12
  • 2 minute(s) read

Method: Clear for QueryForm <DataFinder>

Deletes all search conditions from the search input area of a DataFinder.

Object.Clear()
ObjectQueryForm <DataFinder>
Object with this method

Note  Use the Conditions collection to delete individual search conditions.

The following example deletes all search conditions from the search input area of the current DataFinder:

VBScriptPython

 

Navigator.Display.CurrDataFinder.QueryForm.Clear()

Log in to get a better experience