FMX.Controls.TControl.CanParentFocus
Delphi
property CanParentFocus: Boolean read FCanParentFocus write FCanParentFocus default False;
C++
__property bool CanParentFocus = {read=FCanParentFocus, write=FCanParentFocus, default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.Controls.pas FMX.Controls.hpp |
FMX.Controls | TControl |
Description
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.