System.Bindings.Methods.TMethodDescription.DefaultEnabled

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property DefaultEnabled: Boolean read FDefaultEnabled;

C++

__property bool DefaultEnabled = {read=FDefaultEnabled};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.Bindings.Methods.pas
System.Bindings.Methods.hpp
System.Bindings.Methods TMethodDescription


Beschreibung

Gibt an, ob die Methode standardmäßig für die Verwendung aktiviert ist.

Siehe auch