Delphi-Quellcode:
if RichEdit1.SelAttributes = [] then
RichEdit1.Font.name := Combobox1.Items.Strings[Combobox1.ItemIndex]
else
RichEdit1.SelAttributes.name := Combobox1.Items.Strings[Combobox1.ItemIndex];
Geht auch nicht: [DCC Fehler] Unit1.pas(79): E2015 Operator ist auf diesen Operandentyp nicht anwendbar