TiPlotComponent.HintsPause
TiPlotComponent See Also
Specifies the time interval that passes before the control's Help Hint appears
when the user places the mouse pointer on a object.
property HintsPause : Integer;
Description
Use HintsPause to get or set the time interval that passes before the
control's Help Hint appears when the user places the mouse pointer on an object. The
HintsPause value is in milliseconds.
Example
Delphi
iComponent.HintsPause := 500;
C++ Builder
iComponent->HintsPause = 500;
Contents | Index | Previous | Next