delphi 中的hint 怎么改变它的字体和字体颜色?

如题所述

Edit1.Hint := 'Enter your name';
Edit1.ShowHint := True;
Screen.HintFont.Color := clblue;//颜色
Screen.HintFont.Name:= '宋体';//字体
Screen.HintFont.Size:= 10;//字大小
application.ShowHint:=true;

选ME
温馨提示:答案为网友推荐,仅供参考
第1个回答  2011-05-27
procedure TForm1.Button1Click(Sender: TObject);
begin
Edit1.Hint := 'Enter your name';
Edit1.ShowHint := True;
Screen.HintFont.Color := clblue;//颜色
Screen.HintFont.Name:= '宋体';//字体
Screen.HintFont.Size:= 10;//字大小
application.ShowHint:=true;
end;

相关了解……

你可能感兴趣的内容

本站内容来自于网友发表,不代表本站立场,仅表示其个人看法,不对其真实性、正确性、有效性作任何的担保
相关事宜请发邮件给我们
© 非常风气网