TTMSFNCChat.OnMessageMouseDown Event
Occurs when a mouse button is pressed over a message.
API unit family: TMSFNCChat
Declaring type: TTMSFNCChat
Inherited from: TTMSFNCCustomChat
Syntax
OnMessageMouseDown: TTMSFNCChatItemMouseDownEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The chat control that raises the event. |
Button |
The mouse button that was pressed. |
Shift |
The active shift state. |
X |
The horizontal pointer coordinate. |
Y |
The vertical pointer coordinate. |
AItem |
The message item under the pointer. |