%SetDragDataFileList, %GetDragDataFileList functions


Function
Function %SetDragDataFileList sets a file list as a source of data for Drag&Drop.

Function %GetDragDataFileList fills a column of structured variable with file list which is just being transferred during Drag&Drop. If the function %IsDragData(0, _CF_FILE_LIST) does not return @TRUE, the return value of this function is undefined.
Declaration
%SetDragDataFileList(
   INT in refId,
   TEXT in fileList
 )

 
%GetDragDataFileList(
   INT in refId,
      out refTocol fileList
 )

Parameters
refId It always requires 0.
fileList Reference to column of structured variable of Record type.

Napíšte komentár