Vcl.Controls.THintInfo.ReshowTimeout
Delphi
ReshowTimeout: Integer;
C++
int ReshowTimeout;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
field | public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | THintInfo |
Description
How long the hint system should wait before asking about the hint status again.
By default, this field is zero, indicating that the hint status will not change. Setting it to a non-zero value will cause the hint to act, after the requested milliseconds have elapsed, as if the user moved the mouse outside the hint rectangle and back in. This can be used to either delay hint processing for a period of time, or to allow the hint to be updated periodically.