JVCL Help:TJvDragDrop.TargetStrings

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Receives the names of dropped files.


Pascal

 propertyTargetStrings: TStrings;


Description

Use TargetStrings to assign a TStrings descendant that will automatically receive the names of the files dropped on the drop target. For example:
JvDragDrop1.TargetStrings := ListBox1.Items; When files are dropped on the drop target, the list box will be filled with a list of the names of the dropped files.


See Also

TJvDragDrop.DropTarget, TJvDragDrop.OnDrop


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page