FMX.TreeView.TTreeView.OnCanFocus

From RAD Studio API Documentation

Delphi

property OnCanFocus;

C++

__property OnCanFocus;

Properties

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

Description

Occurs when a control can receive focus. FMX.TreeView.TTreeView.OnCanFocus inherits from FMX.Controls.TControl.OnCanFocus. All content below this line refers to FMX.Controls.TControl.OnCanFocus.

Occurs when a control can receive focus.

SetFocus is an event handler for OnCanFocus.

Write an event handler for OnCanFocus to customize the behavior when the control receives focus.

See Also