Vcl.Controls.TControlActionLink.IsHintLinked

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

Delphi

function IsHintLinked: Boolean; override;

C++

virtual bool __fastcall IsHintLinked();

プロパティ

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


説明

アクションが、クライアントの Hint プロパティを制御するかどうかを取得します。

IsHintLinked は、コントロール アクション リンクによってクライアント(コントロール)に関連付けられているアクションが、コントロール アクション リンクのクライアントの Hint プロパティを制御するかどうかを、取得します。

IsHintLinked は、アクションがクライアントのこのプロパティを制御する場合には True を、そうでなければ False を返します。

関連項目