API:FMX.CalendarEdit.TCalendarEdit.InputSupport

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property InputSupport default False;

C++

__property InputSupport _DEPRECATED_ATTRIBUTE0  = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.CalendarEdit.pas
FMX.CalendarEdit.hpp
FMX.CalendarEdit TCalendarEdit

Description

Specifies whether the edit control accepts any sort of input from the user.

FMX.CalendarEdit.TCalendarEdit.InputSupport inherits from FMX.Edit.TCustomEdit.InputSupport. All content below this line refers to FMX.Edit.TCustomEdit.InputSupport.

Specifies whether the edit control accepts any sort of input from the user.

If InputSupport is False, no interaction with the control is provided, including editing, selection and focus.

See Also