[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Handles special key presses for the control.
Source position: valedit.pas line 166
protected procedure TValueListEditor.KeyPress( |
var Key: Char |
); override; |
Key |
|
Key value examined in the method. |
KeyPress is an overridden method in TValueListEditor which handles key press events for special characters used in the control.
It calls the inherited method on entry to handle the character value in Key. If not handled in the ancestor class, it prevents the name/value separator used in Strings from being entered in the Name column for the control. If detected, Key is set to #0 and the focus is changed to the Value column and its editor is activated.
|
Stores the keys, values, and item definitions in the control. |
|
|
Provides indexed access to Key names in the control. |
|
|
Provides indexed access to Values stored in the control. |
Version 4.0 | Generated 2025-05-03 | Home |