String class/Allow Dropping property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 6345814
Scope Basic Development Environment
Data Name AllowDrop
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 27
Owning Class Name String 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 memoryYes
Need to authenticate before useNo
PermissionsRead/Write
Remote access allowedYes
Settable when the VI is runningYes

If TRUE, the control automatically accepts text dragged to it, including the LV_TEXT data type from drag and drop events. The LV_TEXT data type is of type string. 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