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. ====== DROPTYPE Property ====== ==== Applies To ==== Drop Target controls. ==== Description ==== Used during the DRAGDOP event to let the system know what operation took place. ==== Usage ==== dropType = Get_Property(dropTarget,"DROPTYPE") ==== Returns ==== ^Value^Description^ |MOVE|Returned on a MOVE operation| |COPY|Returned on a COPY operation| ==== See Also ==== [[droptarget|DROPTARGET property]] ==== Example ==== <code> 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) </code> guides/programming/programmers_reference_manual/droptype.txt Last modified: 2024/06/19 20:20by 127.0.0.1