JVCL Help:TJvDragDrop.TargetStrings
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvDragDrop.TargetStrings Property
[+] TJvDragDrop Events
[+] TJvDragDrop Methods
[+] TJvDragDrop Properties
Search in JVCL Help
Search in all projectsSummary
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