Da steht was Nettes zu in der
OH (unter Sets und Co., oder so)
Delphi-Quellcode:
// dazu:
SelAttributes.Style := SelAttributes.Style + [fsBold];
// weg:
SelAttributes.Style := SelAttributes.Style - [fsBold];
// mehreres geht natürlich och:
SelAttributes.Style := SelAttributes.Style + [fsBold, fsUnderLine];