[Lazarus] blocking that pesky assembler window

David Emerson dle3ab at angelbase.com
Thu Oct 29 23:15:25 CET 2009


If you don't create the handle of the control then
TStringList.DoCompareText and TStringList.QuickSort are used.

If you create the handle, then the Windows API is used in Windows,
setting CBS_SORT style in TWin32WSCustomComboBox.CreateHandle. Windows
then sends a WM_COMPAREITEM message to the window callback routine. I
couldn't find any handler for that, so whatever default from Windows
is used, and I found no documentation explaining how this default
works.




More information about the Lazarus mailing list