FMX.TreeView.TTreeView.DisableFocusEffect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DisableFocusEffect: Boolean read FDisableFocusEffect write FDisableFocusEffect default 1;

C++

__property DisableFocusEffect = {default=1};

Properties

Type Visibility Source Unit Parent
property published
FMX.TreeView.pas
FMX.TreeView.hpp
FMX.TreeView TTreeView

Description

Specifies whether the control has the focus effect disabled.

FMX.TreeView.TTreeView.DisableFocusEffect inherits from FMX.Controls.TControl.DisableFocusEffect. All content below this line refers to FMX.Controls.TControl.DisableFocusEffect.

Specifies whether the control has the focus effect disabled.

Set DisableFocusEffect to True so the control disables the effect applied when it receives focus. Usually, DisableFocusEffect for FireMonkey controls is False.

See Also