System.Actions.TContainedAction.Enabled

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Enabled: Boolean read FEnabled write SetEnabled default True;

C++

__property bool Enabled = {read=FEnabled, write=SetEnabled, default=1};

Propriétés

Type Visibilité  Source Unité  Parent
property public
System.Actions.pas
System.Actions.hpp
System.Actions TContainedAction

Description

Spécifie l'état activé pour l'action.

La valeur de Enabled est propagée vers les clients de l'action.

Voir aussi