Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The object being dragged and dropped is the Payload.
To enable LANSA controls to accept file paths from Windows Explorer during drag over and drag drop events, enable the following property on Sys_Appln in (for example) #com_owner.Initialize. #SYS_APPLN.AllowWindowsDragDrop := True
When dragging files, the Payload parameter of the event handlers contains a component interface of type #PRIM_APPL.IDragDropFilePaths.Image Removed

Image Added

The interface exposes two methods:

...