DataDrag (XNode Ability)

From LabVIEW Wiki
Jump to: navigation, search
DataDrag (XNode Ability)
List of XNode Abilities
Public Name:OnDataDrag
Deprecated, prefer:DataDrag2

This ability VI is called by LabVIEW when your XNode receives a data drag. Either String or Path will have a non-empty value depending what data the drag element can supply and what data CanAcceptDataDrag indicated your XNode could receive. If you accept both strings and paths, and the drag element can provide both, then path is provided and string is empty. Currently Point is always (0, 0). Use Reply to inform LabVIEW of any actions it needs to take.

Default behavior: None.

This ability provides UI and OS messages are handled.

See also