FMX.Memo.TMemo.Text
From RAD Studio API Documentation
Delphi
property Text: string read GetText write SetText;
C++
__property System::UnicodeString Text = {read=GetText, write=SetText};
Contents |
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | FMX.Memo.pas FMX.Memo.hpp |
FMX.Memo | TMemo |
Description
Represents the entire text displayed in the TMemo control.
The visibility for Text changed from Published to Public at XE2 Update 4. Thus, Text is no longer available in the Object Inspector at design time, but Text is still supported at run time for backwards compatibility.
For manipulating the text in a TMemo, you should use FMX.Memo.TMemo.Lines, which is available at design time in the Object Inspector.