Delphi .NET 2006 Pro.
Thanks.
--
Don Gollahon
> Is there a way to sort the tfilelistbox items by filedate? It
> currently only displays the file names and in alphabetical order.
No, f you really need compatibility you could subclass it, but
otherwise it is probably easier to write a routine to populate a
normal listbox directly.
--
Marc Rohloff [TeamB]
marc -at- marc rohloff -dot- com
> On 5 Feb 2007 12:14:32 -0800, Don Gollahon wrote:
>
> > Is there a way to sort the tfilelistbox items by filedate? It
> > currently only displays the file names and in alphabetical order.
>
> No, f you really need compatibility you could subclass it, but
> otherwise it is probably easier to write a routine to populate a
> normal listbox directly.
Yep. That's what I did.
--