Listbox Enabled

11 release available - Learn More!

API:FMX.ListBox.TComboBox.Enabled

From RAD Studio API Documentation
Jump to: navigation, search
  • Up to Parent: TComboBox

Delphi

property Enabled: Boolean read FEnabled write SetEnabled stored EnabledStored;

C++

__property Enabled;

Properties

TypeVisibilitySourceUnitParent
propertypublished
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBoxTComboBox

Description

Specifies whether the control responds to mouse, keyboard, and timer events.

FMX.ListBox.TComboBox.Enabled inherits from FMX.Controls.TControl.Enabled. All content below this line refers to FMX.Controls.TControl.Enabled.

Specifies whether the control responds to mouse, keyboard, and timer events.

Use Enabled to change the availability of the control to the user. To disable a control, set Enabled to False. Some disabled controls appear dimmed [for example: buttons, check boxes, labels], while others [container controls] simply lose their functionality without changing their appearance. If Enabled is set to False, the control ignores mouse, keyboard, and timer events.

To re-enable a control, set Enabled to True.

This property applies to all TControl descendants.

See Also

  • FMX.Controls.TControl.Visible
  • FMX.Controls.TControl.AbsoluteEnabled
  • FMX.Controls.TControl.RecalcEnabled
  • FMX.Controls.TControl.GetAbsoluteEnabled
Retrieved from "//docwiki.embarcadero.com/Libraries/Sydney/e/index.php?title=API:FMX.ListBox.TComboBox.Enabled&oldid=668543"
Categories:
  • API Documentation
  • XE2

Video liên quan

Chủ Đề