DIAdem Help

Method: ClearHistory for QueryForm <DataFinder>

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

Method: ClearHistory for QueryForm <DataFinder>

Deletes the list contents for automatic completion of search terms when you enter text in the quick search or when you enter values for the advanced search in a DataFinder. The ClearHistory method then compiles a new empty list.

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

The following example deletes the contents of the list with the automatic completions in a DataFinder:

VBScriptPython

 

Navigator.Display.CurrDataFinder.QueryForm.ClearHistory()

Log in to get a better experience