Die Lösung von Lucki hört sich schon gut an.
Was muss denn hier dann ergänzt werden:
Delphi-Quellcode:
procedure TForm1.ComboBox1DrawItem(
Control: TWinControl; Index: Integer; Rect: TRect; State: TOwnerDrawState);
begin
if ComboBox1.text = 'Test' then
begin
ComboBox1. ...;
end;
end;
Gruss
Holger