Vcl.Controls.THintWindow.ShouldHideHint
Delphi
function ShouldHideHint: Boolean; virtual;
C++
virtual bool __fastcall ShouldHideHint(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | THintWindow |
Description
Specifies whether the hint should be hidden after a period of time.
ShouldHideHint specifies whether the hint should be hidden after a period of time specified by the HideAfter property. As implemented, the ShouldHideHint method returns True.