Vcl.Controls.THintWindow.ShouldHideHint

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also