[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'StdCtrls' (#lcl)

TCustomComboBox.KeyUpAfterInterface

Handles key up events forwarded from the LCL interface.

Declaration

Source position: stdctrls.pp line 352

protected procedure TCustomComboBox.KeyUpAfterInterface(

  var Key: Word;

  Shift: TShiftState

); override;

Arguments

Key

  

Key code examined in the method.

Shift

  

Shift, Ctrl, or Alt modifier for the key code.

Description

KeyUpAfterInterface is an overridden method in TCustomComboBox. It ensures that the EditingDone method is called when a VK_RETURN Key code is received from the LCL interface. The internal edit completion flag is reset prior to exiting from the method.

See also

TControl.EditingDone

  

Signals the OnEditingDone event handler.

TControl.OnEditingDone

  

Event handler signalled when editing is completed for the control.


Version 3.2 Generated 2024-02-25 Home