System.Bindings.Methods.TMethodDescription.DefaultEnabled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DefaultEnabled: Boolean read FDefaultEnabled;

C++

__property bool DefaultEnabled = {read=FDefaultEnabled};

Properties

Type Visibility Source Unit Parent
property public
System.Bindings.Methods.pas
System.Bindings.Methods.hpp
System.Bindings.Methods TMethodDescription

Description

Specifies whether the method is enabled to use, by default.

See Also