Table of Contents

TTMSFNCDataGridRadioButtonCell.HandleKey Method

Delivers a keyboard event to the cell; subclasses override to handle key interactions.

API unit family: TMSFNCDataGridCell Declaring type: TTMSFNCDataGridRadioButtonCell Inherited from: TTMSFNCDataGridCell

Overloads

Overload 1

Delivers a keyboard event to the cell; subclasses override to handle key interactions.

procedure HandleKey(var AKeyInfo: TTMSFNCDataGridKeyInfo); virtual;

Parameters

Name Description
AKeyInfo Key event record; set Blocked or Handled to modify the default grid behaviour.

Overload 2

Routes keyboard input to the embedded radio button (e.g. Space to select this radio button within its RadioGroupIndex).

procedure HandleKey(var AKeyInfo: TTMSFNCDataGridKeyInfo); override;

Parameters

Name Description
AKeyInfo Keyboard interaction information handled by the cell.