FMX.Edit.TEdit.CanParentFocus

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CanParentFocus: Boolean read FCanParentFocus write FCanParentFocus default 0;

C++

__property CanParentFocus = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.Edit.pas
FMX.Edit.hpp
FMX.Edit TEdit

Description

Specifies whether the parent of this control should be evaluated to receive focus.

FMX.Edit.TEdit.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.

See Also