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