DIAdem Help

Property: EnableDropData for Browser <DataStore>

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

Property: EnableDropData for Browser <DataStore>

Enables you to drop data from the Data Portal into data stores to save data.

Note  If you drag and droop data from the Data Portal into the data browser, DIAdem executes the event OnDataStoreSaving. With this event you can determine, for example, which element is selected in the Data Portal and on which file the focus in the data browser is before you save data.
Object.EnableDropData
ObjectBrowser <DataStore>
Object with this property
Object.EnableDropDataBoolean with read and write access
If you can drag and drop, the value is TRUE.

The following example pastes data elements into data stores:

VBScriptPython

 

Navigator.Display.CurrDataStore.Browser.EnableDropData = TRUE

Note  Refer to the Help page Working with Events in DIAdem for further information.

Log in to get a better experience