RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TInplaceEdit.KeyUp Method

Responds when the user releases a key.

Pascal
procedure KeyUp(var Key: Word; Shift: TShiftState); override;
C++
virtual __fastcall KeyUp(Word Key, TShiftState Shift);

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!