Vcl.Controls.TCustomHint.HideAfter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HideAfter: Integer read FHideAfter write FHideAfter default -1;

C++

__property int HideAfter = {read=FHideAfter, write=FHideAfter, default=-1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomHint

Description

Specifies the time to wait before hiding the hint.

HideAfter is the time in milliseconds to display the hint while the mouse is over the control with the hint. When set to -1, the hint is displayed until HideHint is called. In the integrated case, this is when the user moves the cursor away from the control that spawned the hint.

See Also