|  | + | INTEGER  ConvertFileSize (int64) | Transforms a file size and returns this as INTEGER array to be
         converted into a System.Byte[] 
 | 
  |  | + | INTEGER  ConvertFileSize (longchar) | Calculates the file size (size of LONGCHAR) and returns this as an
         INTEGER array to be converted into a System.Byte[] 
 | 
  |  | + | System.Windows.Forms.DataObject  GetDragDropDataObject (character, longchar) | Creates a Drag & Drop DataObject for a File Drop Operation
         (Progress/WinForms application to Windows Explorer) 
 | 
  |  | + | System.Windows.Forms.DataObject  GetDragDropDataObject (character, memptr) | Creates a Drag & Drop DataObject for a File Drop Operation
         (Progress/WinForms application to Windows Explorer) 
 | 
  |  | + | System.Windows.Forms.DataObject  GetDragDropDataObject (character[]) | Creates a Drag & Drop DataObject for a File Drop Operation
         (Progress/WinForms application to Windows Explorer) 
 | 
  |  | + | CHARACTER  GetDropFileNames (IDataObject) | Returns an ABL CHARACTER array of file names in the passed in
         IDataObject 
 | 
  |  | + | INTEGER  IntToByteArray (int64) | Converts the given INT64 value to an Array of Bytes (INTEGER 0..255) 
 | 
  |  | + | LOGICAL  IsFileDrop (IDataObject) | Returns TRUE when the IDataObject contains File Drop data. 
 | 
  |  | + | LOGICAL  IsTextDrop (IDataObject) | Returns TRUE when the IDataObject contains Text Drop data. 
 |