API:FMX.Colors.TColorComboBox.CanParentFocus
Delphi
property CanParentFocus: Boolean read FCanParentFocus write FCanParentFocus default 0;
C++
__property CanParentFocus = {default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FMX.Colors.pas FMX.Colors.hpp |
FMX.Colors | TColorComboBox |
Description
Specifies whether the parent of this control should be evaluated to receive focus.
FMX.Colors.TColorComboBox.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.