DIAdem Help

Property: QueryForm for DataFinderDisplay

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

Property: QueryForm for DataFinderDisplay

Returns the search input area of a DataFinder.

Set oQueryForm = Object.QueryForm
ObjectDataFinderDisplay
Object with this property
oQueryFormQueryForm <DataFinder>
Returned object

The following example returns the search input area of the currently open DataFinder:

VBScriptPython

 

Dim oMyQueryForm
Set oMyQueryForm = Navigator.Display.CurrDataFinder.QueryForm

Log in to get a better experience