QDrop
![]() |
![]() ![]() |
QD_GetDropOptions(areaRef; dropOptions):error | |||
![]() |
areaRef | Longint | Area reference |
![]() |
dropOptions | Longint | Drop flags |
![]() |
error | Longint | Error result |
Returns various options of a QDrop plug-in area.
Parameter areaRef is the reference to the plug-in area.
Parameter dropOptions receives a set of options that descibe the area's behavior. It is the bitwise or (|) combination of the following constants.
qd_acceptMultipleItems | 0x0001 | The area accepts multiple items |
qd_matchAllDraggedFiles | 0x0002 | All dragged files must match |
Related commands
QD_GetDropOptions | Returns various options of a QDrop plug-in area |