TDrawButton.Enabled

TDrawButton = class (TDrawObject)Interface de TDrawButtonExemples de TDrawButton

Activation/désactivation d'un bouton

Syntaxe

property Enabled: Boolean read GetEnabled write SetEnabled

Exemples

uses UGraphicalViews;

var btn:=TDrawButton.Connect('Toggle');
btn.Enabled:=False;

Classification

UGraphicalViews TDrawButton