Vcl.Grids.TInplaceEdit.KeyUp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure KeyUp(var Key: Word; Shift: TShiftState); override;

C++

DYNAMIC void __fastcall KeyUp(System::Word &Key, System::Classes::TShiftState Shift);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TInplaceEdit

Description

Responds when the user releases a key.

The inplace edit control does not process the KeyUp event at all. It simply passes this event on to the grid, which may or may not process the event.

See Also