On 12/04/2016 02:00 PM, Fred van Stappen wrote:
> 
> In a tfilelistview, when using the up-down-left-right key, I get the text of 
> the selected cell with:
> 
> if assigned(tfilelistview(TheSender.getinstance).selectednames) then
>  TheCell := tfilelistview(TheSender.getinstance).selectednames[0]
> 
> OK, it works perfectly.
> 
> But if the selected cell is a directory, how to get the text of the selected 
> cell ?
> 
<filelistview>.focuseditem.caption

> Other thing:
> 
> How to navigate with the keyboard in a combobox after it was selected ?
> 
Alt+ArrowDown. dropdown.options deo_keydropdown must be set (default).

Martin

------------------------------------------------------------------------------
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to