TTMSFNCDataGridCanDragHeaderGroupEvent Event Type
Fired when the user starts to drag a column chip, allowing the application to prevent dragging by setting
ACanDragto False.
API unit family: TMSFNCDataGrid
Parameters
| Name | Description |
|---|---|
Sender |
Grid that fired the event. |
AColumn |
Zero-based index of the column chip being dragged. |
ACanDrag |
Set to False to prevent the drag from starting. |