FMX.Grid.TColumn.DoKeyDown

De RAD Studio API Documentation
Aller à : navigation, rechercher

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);

Propriétés

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

Description

Appelée automatiquement quand une touche est enfoncée. DoKeyDown gère les événements du clavier.

Voir aussi