JVCL Help:TJvDropTarget.GetFileDescrNames

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

Search in JVCL Help

 
Search in all projects
 

Summary

Retrieves the names of the dropped files.


Pascal

 functionGetFileDescrNames(List: TStrings): Integer;


Parameters

Parameters Description
List: TStrings The list to save the filenames to.


Return Value

The number of items added to List.


Description

Call GetFileDescrNames to fill a TStrings with the names of the dropped files. GetFileDescrNames is equivalent to GetFilenames but uses the DataObject to retrieve the names.


See Also

TJvDropTarget.GetFilenames


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