Vcl.Forms.TApplication.CancelHint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CancelHint;

C++

void __fastcall CancelHint(void);

Properties

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

Description

Cancels the display of a hint for a control.

Applications rarely, if ever, call CancelHint directly. CancelHint is used internally to cancel the display of hints at appropriate times, such as when a window is not valid or when the application closes. CancelHint calls a series of routines that clean up the display and timing issues of the hint window for a control.

See Also