Vcl.ComCtrls.TCustomStatusBar.DoHint

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function DoHint: Boolean; virtual;

C++

virtual bool __fastcall DoHint();

プロパティ

種類 可視性 ソース ユニット
function protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomStatusBar

説明

OnHint イベントを生成します。

DoHint メソッドは,AutoHint の値が true のときに,ヒントを表示する通知をステータスバーが受け取ると自動的に呼び出されます。

OnHint イベントハンドラがある場合,DoHint は,このイベントハンドラを呼び出して true を返します。OnHint イベントハンドラがない場合,DoHint は false を返します。

関連項目