User Tools

Site Tools


dropid_return_drag_and_drop_string_.htm
Navigation:  Language Reference > 13 - Built-in Functions >====== DROPID (return drag-and-drop string) ====== Previous pageReturn to chapter overviewNext page

NewC7.jpg

DROPID( [thread] [, control] )

blk2blue.jpg

DROPID Returns matching host and target signatures on a successful drag-and-drop operation.
thread The label of a numeric variable to receive the thread number of the target control. If the target control is in an external program, thread receives zero (0).
control The label of a numeric variable to receive the field equate label of the target control.

The DROPID procedure returns the matching host and target control signatures on a successful drag-and-drop operation (just as DRAGID does), or the specific string set by the SETDROPID procedure.

Return Data Type: STRING

Example:

DragDrop    PROCEDURE

Que1 QUEUE

     STRING(90)

    END

Que2 QUEUE

     STRING(90)

    END

WinOne WINDOW('Drag & Drop'),AT(10,10,240,320),SYSTEM,MDI

    Â

dropid_return_drag_and_drop_string_.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1