Vcl.Forms.TApplication.HintShortPause

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

Delphi

property HintShortPause: Integer read FHintShortPause write FHintShortPause;

C++

__property int HintShortPause = {read=FHintShortPause, write=FHintShortPause, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TApplication


説明

他のヒントがすでに表示されている場合に、ヒントを表示するまでに待機する時間を示します。

HintShortPause を使用すると、ヘルプ ヒントがそれぞれすべてに設定されている一連のボタンの上を、マウスが素早く移動する場合などに、画面のちらつきを減少させることができます。HintShortPause 値はミリ秒で指定します。デフォルト値は 50 ミリ秒で、これはコンストラクタで設定されています。

関連項目