|
|
|
|
version 2003
PA_Dial4DGetDragInfo (dialog; dropVariable; dropX; dropY; dragDialog; dragVariable; dragY; dragX)
| Parameter | Type | Description | |
| dialog | PA_Dial4D | → | Dialog reference |
| dropVariable | char* | ← | Name of the variable that receive the drop |
| dropX | short* | ← | Left position of drop |
| dropY | short* | ← | Top position of drop |
| dragDialog | PA_Dial4D* | ← | Dialog where drag was initied |
| dragVariable | char* | ← | Variable that where dragged |
| dragY | short* | ← | Top left position of drag |
| dragX | short* | ← | Left start position of drag |
Description
The routine
PA_Dial4DGetDragInfo
is useful in returning information when a drop occurs in a dialog variable.