Vcl.ScreenTips.TScreenTipItem.IsEnabled

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

Delphi

function IsEnabled: Boolean;

C++

bool __fastcall IsEnabled(void);

プロパティ

種類 可視性 ソース ユニット
function public
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips TScreenTipItem

説明

画面ヒント アイテムが有効化どうかを確認します。

IsEnabled を使用すると、Action プロパティをチェックし、画面ヒント アイテムが有効化どうかを確認することができます。

関連項目