Table of Contents

TTMSFNCRichEditorDropTarget.DropStream Method

Drag-and-drop handler that inserts dropped content from a memory stream at the drop position.

API unit family: TMSFNCRichEditor Declaring type: TTMSFNCRichEditorDropTarget

Syntax

procedure DropStream(pt: TPoint; AStream: TMemoryStream; dwEffect: longint); override;

Parameters

Name Description
pt The drop position, in screen coordinates.
AStream The stream holding the dropped content.
dwEffect The OLE drop effect (copy, move, or link) requested for the operation.