IsDragData
%IsDragData function
Function
Function %IsDragData finds whether there is transferred data format specified as the second parameter during Drag operation.
Declaration
%IsDragData(
INT in opType,
INT in dataType
)Parameters
opType | Type of operation, it should always be set to 0. |
dataType | Required data type. Possible values: |
Return value
BOOL - finds, whether the required data format is transferred during Drag&Drop.