API: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

Key up event dispatcher.

Vcl.Grids.TInplaceEdit.KeyUp inherits from Vcl.Mask.TCustomMaskEdit.KeyUp. All content below this line refers to Vcl.Mask.TCustomMaskEdit.KeyUp.

Key up event dispatcher.

After calling the inherited method, KeyUp makes sure that selection using the Ctrl+Left and Ctrl+Right key combinations ends with an editable selection in the edit window. Derived classes can override this method to further supplement the processing that takes place when the user releases a key.

See Also