FMX.Text.ITextInput
Delphi
ITextInput = interface
C++
__interface INTERFACE_UUID("{56D79E74-58D6-4C1E-B832-F133D669B952}") ITextInput : public System::IInterface
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
interface class |
public | FMX.Text.pas FMX.Text.hpp |
FMX.Text | FMX.Text |
Description
ITextInput is the interface that defines how the object with the text area manages the text.
ITextInput is implemented by all controls that provide a text area.