JVCL Help:TJvDropTarget.GetFileContent

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

Search in JVCL Help

 
Search in all projects
 

Summary

Saves the content of a dragged file to a stream.


Pascal

 functionGetFileContent(Index: Integer; Stream: TStream): Boolean;


Parameters

Parameters Description
Index: Integer The index of the file in the file list. Index must be between 0 and GetFileDescrCount - 1.
Stream: TStream The stream to save the content to.


Return Value

True if the data could be saved to the stream, false otherwise.


Description

Call GetFileContent when you need to retrieve the data of a dragged file.


See Also

TJvDropTarget.GetFileDescrCount, 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