On Monday 25 September 2017 20:58:57 fredvs wrote:
>
> But is it possible to have a filelist with those data too in extra columns?
>
> Or maybe only the name can be displayed.
>
tfilelistview inherits from tlistview which shows tlistitem objects.

Please use a tstringgrid or a twidgetgrid with the wanted columns and fill it 
with the data provided by a tfiledatalist in unit msefileutils.

> Is it possible to apply a filter?
> What would be the syntax to assign as filter, for example: '*.you, *.she,
> *.me' ?
>
tfilelistview.mask:= '"*.you" "*.she" "*.me"'.

Martin

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to