Hello,

Whenever I call ComboBox.Items.Clear under win32, the text property is also cleared. This is not consistent with gtk1 neither d5, where the text property stays untouched.

The problem is in the following line:
  Windows.SendMessage(FWin32List, FFlagResetContent, 0, 0);
declared in the TWin32ListStringList.Clear method, win32listsl.inc file.

Is there something that could be improved here?

Thanks.

--
Joao Morais

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to