Versions Compared

Key

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

...

ValueDescription
dropResultMOVE or COPY.
existingStatethe status of the control’s DROPMOVE property, when Set_Property was run.

See Also

DROPSOURCE propertyDROPCOPY propertyDRAGMOVE property

Example

Code Block
Declare function Get_Property, Set_Property
 
* Set the DROPRESULT property
 
dropTarget = Get_Property("SYSTEM","DROPTARGET")
dropResult = Set_Property(dropTarget,"DROPRESULT","MOVE")