Link Search Menu Expand Document

DragSource.SetString Method

Explanation Set the character string data to be dragged and dropped. If it is already set, it will be overwritten.
Call format source.SetString( str )
Return value None
Arguments String str Character string data to be dragged and dropped. If it is an empty string, it will be ignored.
Exception CRS-112 Cannot be converted to a string
Example of use
    source.SetString("Drag and Drop");
    
Related item