Table of Contents

TTMSFNCDataGridRenderer.OnBeforeClearSelectedCells Event

Fired before selected cells are cleared (e.g. by Delete key). Set ACanClear to False to suppress.

API unit family: TMSFNCDataGridRenderer Declaring type: TTMSFNCDataGridRenderer

Syntax

OnBeforeClearSelectedCells: TTMSFNCDataGridBeforeClearSelectedCellsEvent;

Parameters

Name Description
Sender Renderer that fired the event.
ASelection Selected cell range that would be cleared.
ACanClear Set to False to prevent clearing the selected cells.