LCL/TCustomComboBox: Sorted supported (Cocoa first)

This commit is contained in:
rich2014 2023-06-14 22:39:47 +08:00
parent 2ce8c12ed9
commit 062bacda7a

View File

@ -33,6 +33,8 @@ begin
if (FItems<>NewStrings) and (FItems<>nil) then
begin
NewStrings.Assign(FItems);
if NewStrings is TStringList then
TStringList(NewStrings).Sorted:= self.Sorted;
FItems.Free;
end;
// and use the interface based list