Zitat von
Bernhard Geyer:
Das hat damit nichts zu tun da TComboBoxStrings ein Nachfolger von TStringList und das
Win32-Control davon nichts weis.
Das wäre mir neu:
TCustomComboBoxStrings = class(TStrings);
TComboBoxStrings = class(TCustomComboBoxStrings);
Und TStrings speicher die Strings nicht selbst. TComboBoxStrings nutzt SendMessage um die Strings zu setzen bzw. zu lesen.