Vcl.Controls.THintWindow.ReleaseHandle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ReleaseHandle;

C++

void __fastcall ReleaseHandle();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls THintWindow

Description

Destroys the window displayed by THintWindow.

Call ReleaseHandle to destroy a hint window that was activated by directly calling the ActivateHint method. Hint windows activated automatically by the application object are deactivated by the application as well.

See Also