Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The fully qualified control name.

Example

 

Code Block
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