TTMSFNCRichEditorDropSource Class
OLE drag-and-drop source that tracks the effect of a drag operation started from the editor.
API unit family: TMSFNCRichEditor
Inherits from: TRichEditorDropSource
Syntax
TTMSFNCRichEditorDropSource = class(TRichEditorDropSource)
Properties
| Name | Description |
|---|---|
| LastEffect | The OLE drop effect (copy or move) most recently reported for the drag operation started from the editor. |
Methods
| Name | Description |
|---|---|
| CurrentEffect | Records the OLE drop effect most recently reported for the ongoing drag operation. |
| QueryDrag | Queries the current state of the drag operation; the base implementation performs the default query handling. |