Library Vcl NextSuite 6 NextGrid6 Reference Classes TNxCustomGrid6 OnBeforeSelect

OnBeforeSelect

Called before a new selection is being made. The event provides a Key (Enter, Tab etc.) used to make a selection.

pas
property OnBeforeSelect: TNxBeforeSelectEvent read FOnBeforeSelect write FOnBeforeSelect;

Parameters

ACol
Column index of the cell.

ARow
Row index of the cell.

Key
Key pressed while selection is made.

Shift
Whether Ctrl, Alt keys are pressed.

Sign in