|
RAD Studio VCL Reference
|
Responds when the user releases a key.
procedure KeyUp(var Key: Word; Shift: TShiftState); override;
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|