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