Sent to a top-level window, child table window, data field, multiline field, list box, combo box, and picture. Sent when the user drops the mouse on a target window. Message Variables hWndForm Handle of top-level window. hWndItem Handle of object receiving message. wParam Window handle of the source window. IParam Unused. Example Data Field: df1 ... Data ... Data Type: String Editable" Yes ... Message Actions On SAM_DragDrop Set hWndSrc = SalNumberToWindowHandle( wParam ) If hWndSrc != hWndItem AND SalParentWindow( hWndSrc ) = hWndForm Call SalGetWindowText( hWndSrc, sSource, 1000 ) Call SalSetWindowText( hWndItem, sSource )

Namespace: PPJ.Runtime
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public const int SAM_DragDrop

See Also