Hallo Volker,
danke für Deine Antwort!
Ja, habe ich schon.
Allerdings stand ich auch gerade ganz schön auf der Leitung:
Im Konstruktor muss es natürlich heißen:
Code:
constructor TGSQuery.Create(aOwner: TComponent);
begin
inherited;
...
combobox := TComboBox.Create(Self);
...
FSQL := combobox.Items;
// und NICHT:
//FSQL := TStringList.Create;
end;
Was will ich denn mit ZWEI Listen????????
Es ist halt doch schon spät...
Viele Grüße,
Poolspieler