TSRichViewEdit.OnBeforeOleDrop, OnAfterOleDrop

<< Click to display table of contents >>

TSRichViewEdit.OnBeforeOleDrop, OnAfterOleDrop

OLE drag&drop events. They occur when the user completes drag&drop operation into the editor. These events occur before and after insertion.

property OnBeforeOleDrop: TNotifyEvent;

property OnBeforeOleDrop: TNotifyEvent;

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