Vcl.Controls.TCustomHint.Delay

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Delay: Cardinal read FShowDelay write FShowDelay default 500;

C++

__property unsigned Delay = {read=FShowDelay, write=FShowDelay, default=500};

Properties

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

Description

Specifies the delay before displaying the hint.

Delay is the time in milliseconds to delay showing the hint after the mouse moves over the control with the hint.

See Also