Vcl.Controls.TCustomHint.Delay
From RAD Studio API Documentation
Revision as of 17:25, 16 October 2011 by TestAccount (Talk | contribs)
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.