Código Delphi [-] procedure TForm1.Button1Click(Sender: TObject); begin ShowMessage(IntTostr(RichEdit1.Font.Color)); end;
procedure TForm1.Button1Click(Sender: TObject); begin ShowMessage(IntTostr(RichEdit1.Font.Color)); end;