FMX.DateTimeCtrls.TDateEdit.CanParentFocus

From RAD Studio API Documentation

Delphi

property CanParentFocus: Boolean read FCanParentFocus write FCanParentFocus default 0;

C++

__property CanParentFocus = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.DateTimeCtrls.pas
FMX.DateTimeCtrls.hpp
FMX.DateTimeCtrls TDateEdit

Description

Specifies whether the parent of this control should be evaluated to receive focus. {{#multireplace:FMX.DateTimeCtrls.TDateEdit.CanParentFocus|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Controls.TControl.CanParentFocus|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Controls.TControl.CanParentFocus|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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