FMX.Grid.Style.TStyledGrid.PerformKeyDown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PerformKeyDown(var Key: Word; var KeyChar: System.WideChar; Shift: TShiftState);

C++

void __fastcall PerformKeyDown(System::Word &Key, System::WideChar &KeyChar, System::Classes::TShiftState Shift);

Properties

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

Description

Executes KeyDown only if it is not being executed already.