FMX.Grid.TColumn.DoKeyDown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoKeyDown(Sender: TObject; var Key: Word;  var KeyChar: System.WideChar; Shift: TShiftState);

C++

void __fastcall DoKeyDown(System::TObject* Sender, System::Word &Key, System::WideChar &KeyChar, System::Classes::TShiftState Shift);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TColumn

Description

Called automatically when a key is pressed. DoKeyDown handles keyboard events.

See Also