JVCL Help:TJvDropTarget.GetFilenames

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

 functionGetFilenames(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 GetFilenames to fill a TStrings with the names of the dropped files. GetFilenames is equivalent to GetFileDescrNames but uses the HDROP handle to retrieve the names.


See Also

TJvDropTarget.GetFileDescrNames


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