好像只能设置普通下划线,双下划线标准的不支持,好像RxRichEdit也不行<br><br>procedure TForm1.Button1Click(Sender: TObject);<br>begin<br> RichEdit1.SelAttributes.Style := RichEdit1.SelAttributes.Style + [fsUnderline];<br>end;<br><br>只有4中样式, TFontStyle = (fsBold, fsItalic, fsUnderline, fsStrikeOut);<br><br>另外参考 http://www.delphibbs.com/keylife/iblog_show.asp?xid=539