TSRichViewEdit.OnDropFile, OnDropFiles

<< Click to display table of contents >>

TSRichViewEdit.OnDropFile, OnDropFiles

The events occur when dropping files in the editor (as a result of drag&drop operation, for example from Windows Explorer)

property OnDropFile: TRVDropFileEvent;

property OnDropFiles: TRVDropFilesEvent;

See the event of the same name in the TRichView help file (event of TCustomRichViewEdit).