Table of Contents

TTMSFNCDataGridMouseInfo Record

Mouse event data passed by reference to TTMSFNCDataGridCell.HandleMouse.

API unit family: TMSFNCDataGridCell

Syntax

TTMSFNCDataGridMouseInfo = record

Remarks

Set Blocked to True to suppress the default grid mouse handling after cell processing. Set Cursor to the desired cursor shape; the grid applies it after HandleMouse returns. Use DefaultMouseInfo to obtain an instance pre-filled with X/Y=-1 and Kind=gmkNone.