Table of Contents

TTMSFNCEditorList.OnDoubleClickItem Event

Fired when the user double-clicks an item.

API unit family: TMSFNCEditorListView Declaring type: TTMSFNCEditorList Inherited from: TTMSFNCEditorListView

Syntax

OnDoubleClickItem: TTMSFNCEditorListOnDoubleClickEditorListItem;

Parameters

Name Description
Sender The list view that raised the event.
AIndex Zero-based index of the double-clicked item.
AItem The double-clicked item.
X Horizontal position of the double-click relative to the control.
Y Vertical position of the double-click relative to the control.