TWordContextEvent Event Type
Signature for an event that fires when the context menu is requested over a word.
API unit family: TMSFNCRichEditor
Parameters
| Name | Description |
|---|---|
Sender |
The component that raises the event. |
MousePos |
The mouse position, in client coordinates, where the context menu was requested. |
AWord |
The word under the mouse position. |
AElement |
The element that contains the word. |
Handled |
Set to True to indicate the handler already processed the request and the default handling should be skipped. |