DIAdem Help

Method: UpdateSearchArea for Browser <DataFinder>

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

Method: UpdateSearchArea for Browser <DataFinder>

Refreshes the specified search area in the file browser of a DataFinder. You can use this method only on the computer on which the DataFinder is active.

Object.UpdateSearchArea(Element)
ObjectBrowser <DataFinder>
Object with this method
ElementElement <DataFinder>
Specifies the element to be indexed.

The following example refreshes the search area which has the focus in the file browser:

VBScriptPython

 

Dim oMyDataFinder, oMyElement
Set oMyDataFinder = Navigator.Display.CurrDataFinder
Set oMyElement = oMyDataFinder.Browser.FocusedElement
Call oMyDataFinder.Browser.UpdateSearchArea(oMyElement)