This event is generated when an image is dragged and dropped into the Thumbnail Control.

[C++Builder]   thumbcontrolnameDropFileInThumb(TObject *Sender, const UnicodeString PathName, const UnicodeString FileName)
[Delphi]   thumbcontrolnameDropFileInThumb(Sender: TObject; const PathName, FileName: string)

Parameters

Name Explanation
PathName The directory name and path of the image dropped into the Thumbnail Control
FileName The filename of the image dropped into the Thumbnail Control

Explanation

The DropFileInThumb event is generated when an image is dragged and dropped into the Thumbnail Control. This event is enabled when the EnableDragTarget property is True.

Differences from ImageKit6/7/8/9/10 ActiveX

In C++Builder, the PathName and FileName parameters' type is changed to UnicodeString
In Delphi, the PathName and FileName parameter's type is changed to string

 

The ImageKit10 VCL is a product created by Newtone Corporation