Path class/Allow Dropping property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 6336815
Scope Basic Development Environment
Data Name Allow Drop
Short Name* Allow Dropping
Long Name* Allow Dropping
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 11
Owning Class Name Path Class
Data Type Boolean data type

Boolean

Property Node Allow Dropping
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Need to authenticate before useNo
PermissionsRead/Write
Remote access allowedYes
Settable when the VI is runningYes

If TRUE, the control automatically accepts paths dragged to it, including the LV_PATH data type from drag and drop events. The LV_PATH data type is of type path. If FALSE, LabVIEW does not automatically accept any drops, including from the operating system, at run time. LabVIEW returns error 1157 if you set this property on an indicator.

Use the Control events for more control over how users drag items within controls.


Uses

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links