FMX.Edit.TCustomEdit.InputSupport

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property InputSupport: Boolean read GetInputSupport write SetInputSupport;

C++

__property bool InputSupport = {read=GetInputSupport, write=SetInputSupport, nodefault};

Properties

Type Visibility Source Unit Parent
property protected
FMX.Edit.pas
FMX.Edit.hpp
FMX.Edit TCustomEdit

Description

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