[fpc-pascal] Make TStringList.ExchangeItems virtual?
Michael Van Canneyt
michael at freepascal.org
Fri Feb 15 15:30:22 CET 2013
On Fri, 15 Feb 2013, Bart wrote:
> 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?
Yes, please.
Michael.
More information about the fpc-pascal
mailing list