[fpc-pascal] Make TStringList.ExchangeItems virtual?

Bart bartjunk64 at gmail.com
Fri Feb 15 15:10:26 CET 2013


On 2/13/13, Sven Barth <pascaldragon at googlemail.com> wrote:

> We could maybe adjust the string list in so far that at the beginning of
> QuickSort we determine whether ExchangeItem was overridden, if it was we
> call the now virtual, protected ExchangeItem and if it was not overriden
> we call a private non virtual version (which could be called by the
> default implementation of ExchangeItem as well).

Should I open a ticket in bugtracker for this?

Bart



More information about the fpc-pascal mailing list