FMX.Text._di_ITextInput

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef System::DelphiInterface<ITextInput> _di_ITextInput;

Properties

Type Visibility Source Unit Parent
typedef public FMX.Text.hpp FMX.Text FMX.Text

Description

Represents the DelphiInterface of ITextInput.

You can use _di_ITextInput to refer to objects with text areas in C++ code.

See Also