TTMSFNCDataGrid.OnBeforeCloseHeaderGroup Event
Occurs before a header group is closed or removed.
API unit family: TMSFNCDataGrid
Declaring type: TTMSFNCDataGrid
Inherited from: TTMSFNCCustomDataGrid
Syntax
OnBeforeCloseHeaderGroup: TTMSFNCDataGridBeforeCloseHeaderGroupEvent;
Parameters
| Name | Description |
|---|---|
Sender |
Grid that fired the event. |
AColumn |
Zero-based grouped column index that would be closed. |
ACanClose |
Set to False to prevent closing the group. |