Links
EControl Form Designer Pro
TCustomEditEx.DoDropDownKeys Method

Works as a method dispatcher depending on parameter values.

procedure DoDropDownKeys(var Key: Word; Shift: TShiftState);

This method calls another depending on some circumstances

  • if Key is equal to VK_UP or VK_DOWN and Shift contains ssAlt it drops or closes the drop-down list up
  • if Key is equal to VK_RETURN or VK_ESCAPE and Shift does not contain ssAlt it closes the drop-down list up
Copyright (c) 2004 - 2011 EControl Ltd.. All rights reserved.
What do you think about this topic? Send feedback!