TTMSFNCBitmapEditorListView.OnDoubleClickItem Event
Fired when the user double-clicks an item.
API unit family: TMSFNCEditorListView
Declaring type: TTMSFNCBitmapEditorListView
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. |