FMX.Memo.TMemo
From RAD Studio API Documentation
Delphi
TMemo = class(TScrollBox, ITextInput, ITextActions, IVirtualKeyboardControl, ITouchEvents, ITextSettings, ICaret)
C++
class PASCALIMPLEMENTATION TMemo : public Fmx::Layouts::TScrollBox
Contents |
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | FMX.Memo.pas FMX.Memo.hpp |
FMX.Memo | FMX.Memo |
Description
TMemo is a wrapper for a multiline edit control.
Use TMemo to place a standard multiline edit control on a form. Multiline edit boxes allow the user to enter more than one line of text. They are appropriate for representing large amounts of text.
The text in the memo control can be edited as a whole or line by line.
The characteristics of the text in the memo control can be modified by using, for example, Font, FontColor or CharCase.
To limit the changes made to the memo control, use properties such as ReadOnly, Enabled, or MaxLength.
See Also
- Setting Text Parameters in FireMonkey
- FMX.Memo.TMemo.Font
- FMX.Controls.TControl.Enabled
- FMX.Memo.TMemo.FontColor
- FMX.Memo.TMemo.CharCase
- FMX.Memo.TMemo.ReadOnly
- FMX.Memo.TMemo.MaxLength