Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== DRAGSOURCE Property ====== ==== Applies To ==== SYSTEM Object ==== Description ==== Contains the name of the OpenInsight control that is the "drag source" during a drag operation. For use with Get_Property only. ==== Usage ==== dragSource = Get_Property("SYSTEM","DRAGSOURCE") ==== Returns ==== The fully qualified control name. ==== Example ==== <code> Declare function Get_Property * retrieve the DROPTARGET control and display the name in a message dragSource = Get_Property("SYSTEM","DRAGSOURCE") if dragSource = @window:".EDITLINE_1" then msg(@window,"The Drag Source control is " : dragSource) end </code> guides/programming/programmers_reference_manual/dragsource.txt Last modified: 2024/06/19 20:20by 127.0.0.1