TTMSFNCBitmapEditorListView.AddDroppedFiles Method
Handles files dropped onto the list from the file system and adds each supported image file as a new bitmap item.
API unit family: TMSFNCEditorListView
Declaring type: TTMSFNCBitmapEditorListView
Syntax
procedure AddDroppedFiles(Sender: TObject; const FileNames: array of String);
Parameters
| Name | Description |
|---|---|
Sender |
Object that raised the drop notification. |
FileNames |
Array of dropped file paths to add. |