TIEGlobalSettings.CustomHintTimeout
Declaration
property CustomHintTimeout: Integer;
Description
Specifies the number of milliseconds that custom hints are displayed. Custom hints are those that change when hovering over content, such as
ShowThumbnailHint and
HintFormat.
Default: 10000 (10 seconds)
// Display custom hints for 5 seconds
IEGlobalSettings().CustomHintTimeout := 5000;