Einzelnen Beitrag anzeigen

Benutzerbild von TKC
TKC

Registriert seit: 21. Apr 2004
Ort: Tuningen
367 Beiträge
 
Delphi XE2 Enterprise
 
#2

Re: Hints sind schüchtern (kommen, wenn, erst nach einiger Z

  Alt 22. Okt 2006, 22:25
Hi, in der OH steht :

TApplication.HintPause Property

Specifies the time interval that passes before the control's Help Hint appears when the user places the mouse pointer on a control or menu item.

Class
TApplication

Syntax


[Delphi] property HintPause: Integer read FHintPause write FHintPause;


Description
Use HintPause to change the default pause time of 500 ms or 1/2 second that is set in the constructor. When assigning a value to HintPause, specify the interval in milliseconds. The Help Hint displayed at the end of the pause is specified in the Hint property.

Related Information
TApplication.HintHidePause
TApplication.Hint
TApplication.HintShortPause
  Mit Zitat antworten Zitat