TiPlotComponent.HintsHidePause
TiPlotComponent See Also
Specifies the time interval to wait before hiding the Help Hint if the mouse
has not moved from the object.
property HintsHidePause : Integer;
Description
Use HintsHidePause to get or set the time interval to wait before hiding the
Help Hint if the mouse has not moved from the object. The HintsHidePause value
is in milliseconds.
Example
Delphi
iComponent.HintsHidePause := 2500;
C++ Builder
iComponent->HintsHidePause = 2500;
Contents | Index | Previous | Next