procedure
TForm1
.
Button1Click(Sender: TObject);
begin
if
ColorDialog1
Execute
then
statictext1
Font
Color:=colordialog1
Color;
end
;