Versions Compared

Key

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

...

ValueDescription
MOVEReturned on a MOVE operation
COPYReturned on a COPY operation

See Also

DROPTARGET property

Example

Code Block
Declare function Get_Property
* retrieve the DROPTYPE property and display data in a message
 
dropTarget = Get_Property("SYSTEM","DROPTARGET")
droptType = Get_Property(dropTarget,"DROPTYPE")
msg(@window,"The drop type is ": dropType)