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

TCustomTreeView.EditorKeyDown

Implements the OnKeyDown event handler for the Editor in the control.

Declaration

Source position: comctrls.pp line 3504

protected procedure TCustomTreeView.EditorKeyDown(

  Sender: TObject;

  var Key: Word;

  Shift: TShiftState

); virtual;

Arguments

Sender

  

Object for the event notification.

Key

  

Virtual key code for the notification.

Shift

  

Shift, Ctrl, or Alt modifier for the key down event.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.