Vcl.ComCtrls.TCustomStatusBar.DoHint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoHint: Boolean; virtual;

C++

virtual bool __fastcall DoHint();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomStatusBar

Description

Generates an OnHint event.

DoHint is called automatically when the value of AutoHint is true and the status bar receives notification that it should display a hint.

If there is an OnHint event handler, DoHint calls the event handler and returns true. If no OnHint event handler is assigned, DoHint returns false.

See Also