On Wed, 9 Dec 2009 18:32:20 +0100
zeljko <zel...@holobit.net> wrote:

> Hi all,
> Anyone on this planet knows why we have this property in LCL (and what this 
> property is supposed to do) ?
> I've checked in K3 (CLX) and Delphi 7 (CLX & VCL) and couldn't find such 
> property.
> Also, lazarus help says
> "ArrowKeysTraverseList - enables the operator to use the keyboard Arrow keys 
> to move through the list as an alternative to using the mouse".

AFAIK:
Some widgetsets define Up/Down to select the next item in the list.
This eats the key.
Sometimes you don't want the normal behavior and handle the Up/down
keys yourself. For example the object inspector uses Up/Down to select
the next property on all platforms.


Mattias

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to