Table of Contents

TTMSFNCMemoDragObject Class

Describes the content and target position of a drag-and-drop operation into the editor, which can carry either plain text or one or more files.

API unit family: TMSFNCMemo Inherits from: TPersistent

Syntax

TTMSFNCMemoDragObject = class(TPersistent)

Properties

Name Description
Files The list of files included in the drag object when Kind is otFile.
Kind Whether the drag object carries plain text (otText) or one or more files (otFile).
Position The caret position in the editor where the drag object was dropped.
Text The plain text content of the drag object when Kind is otText.

Used by