FMX.Edit.TCustomEdit.SetInputSupport

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetInputSupport(const Value: Boolean); virtual;

C++

virtual void __fastcall SetInputSupport(const bool Value);

Properties

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

Description

Sets the value of the InputSupport property.

See Also