Vcl.ScreenTips.TScreenTipItem.IsEnabled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsEnabled: Boolean;

C++

bool __fastcall IsEnabled();

Properties

Type Visibility Source Unit Parent
function public
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips TScreenTipItem

Description

Verifies whether the screen tip item is enabled.

Use IsEnabled to check whether the screen tip item is enabled, considering the Action property.

See Also