FMX.ListView.TListView.CanParentFocus
Delphi
property CanParentFocus;
C++
__property CanParentFocus = {default=0};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | FMX.ListView.pas FMX.ListView.hpp |
FMX.ListView | TListView |
Description
Specifies whether the parent of this control should be evaluated to receive focus.
FMX.ListView.TListView.CanParentFocus inherits from FMX.Controls.TControl.CanParentFocus. All content below this line refers to FMX.Controls.TControl.CanParentFocus.
Specifies whether the parent of this control should be evaluated to receive focus.
CanParentFocus is True when the parent of this control should be evaluated to receive focus if this control cannot receive focus itself, and False otherwise.