DROPTARGET Property

SYSTEM Object

Contains the name of the OpenInsight control that is currently the target of a drag-drop operation. For use with Get_Property only.

dropTarget = Get_Property("SYSTEM","DROPTARGET")

The fully qualified control name.

Declare function Get_Property

 

* retrieve the DROPTARGET control and display the name in a message

 

dropTarget = Get_Property("SYSTEM","DROPTARGET")

 

if dropTarget = @window:".EDITLINE_2" then

   msg(@window,"The Drop Target control is " : dropTarget)

end
 
 
 
 
 
 
  • guides/programming/programmers_reference_manual/droptarget.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1