Vcl.ScreenTips.TScreenTipItem.IsEnabled

提供:RAD Studio API Documentation

Delphi

function IsEnabled: Boolean;

C++

bool __fastcall IsEnabled();

プロパティ

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

説明

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

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

関連項目