API:FMX.CalendarEdit.TCalendarEdit.CanFocus
Delphi
property CanFocus default True;
C++
__property CanFocus _DEPRECATED_ATTRIBUTE0 = {default=1};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FMX.CalendarEdit.pas FMX.CalendarEdit.hpp |
FMX.CalendarEdit | TCalendarEdit |
Description
Specifies whether the current control can receive focus.
FMX.CalendarEdit.TCalendarEdit.CanFocus inherits from FMX.Controls.TControl.CanFocus. All content below this line refers to FMX.Controls.TControl.CanFocus.
Specifies whether the current control can receive focus.
CanFocus is True if it can receive focus, and False otherwise.
If it is set to False, the control cannot be selected when using the TAB key.
A control can receive focus after it is created.