QDrop
![]() |
![]() |
QD_CountDroppedFiles(areaRef; numFiles):error | |||
![]() |
areaRef | Longint | Area reference |
![]() |
numFiles | Longint | Number of files |
![]() |
error | Longint | Error result |
Returns the number of files dropped on a QDrop plug-in area.
Parameter areaRef is the reference to the plug-in area.
Parameter numFiles receives the number of files that were dropped on the area.
Note:
Calling this command outside of a drop handler method has no meaning.
For an example, see the sample code for the QD_SetDropHandler command.
Related commands
QD_GetDroppedFile | Returns the pathname of a file that was dropped on a QDrop plug-in area |