Hint was the text that emerged during pointer mouse passed an object (bi SA take the form of button, form, list box, etc.). Defaultnya hint this appeared for 2.5 seconds. But with added few Delphi codes below this, you could replace this time, could be more fast or older. In place of old the appearance hint
procedure TForm1.Button1Click(Sender: TObject);
1. begin
2. //default = 2500 ms = 2,5 detik
3. Application.HintHidePause := 10000 //10 detik;
4. end;
Made hint two lines:
Button1.Hint := 'Baris 1'#13#10'Baris 2';
Tuesday, July 7, 2009
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment