Vcl.Forms.TApplication.HideHint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure HideHint;

C++

void __fastcall HideHint();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TApplication

Description

Hides the current hint.

Applications rarely, if ever, call HideHint directly. HideHint is used internally to hide the hint window at the appropriate times according to predetermined conditions and timer values. For example, CancelHint calls HideHint.

See Also