Vcl.Controls.TCustomHint.ShowAnotherHint

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

Delphi

procedure ShowAnotherHint;

C++

void __fastcall ShowAnotherHint();

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomHint

説明

続けて次のヒントを表示します。

ShowAnotherHint は、次のヒントを一連のヒントの一環として表示すべきであることを示します。ShowAnotherHintTCustomHintShowHideThread オブジェクトのアニメーションを無視します。その結果、前のヒントをフェード アウトして新しいヒントをフェード インする必要がなく、連続的に多くのヒントを表示することができます。

関連項目