TTMSFNCDataGridRenderer.OnCellBeforeShowPopupMenu Event
Fired before the cell context menu is shown. Allows customising or suppressing the popup.
API unit family: TMSFNCDataGridRenderer
Declaring type: TTMSFNCDataGridRenderer
Syntax
OnCellBeforeShowPopupMenu: TTMSFNCDataGridCellBeforeShowPopupMenuEvent;
Parameters
| Name | Description |
|---|---|
Sender |
Renderer that fired the event. |
ACell |
Cell coordinate for which the popup menu would be shown. |
APopupMenu |
Popup menu instance that will be shown. |
ACanShow |
Set to False to suppress the popup menu. |