FMX.Memo.TMemo.ReadOnly
Delphi
property ReadOnly default False;
C++
__property ReadOnly = {default=0};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | FMX.Memo.pas FMX.Memo.hpp |
FMX.Memo | TMemo |
Description
Specifies whether the memo's text can be changed.
FMX.Memo.TMemo.ReadOnly inherits from FMX.Memo.TCustomMemo.ReadOnly. All content below this line refers to FMX.Memo.TCustomMemo.ReadOnly.
Specifies whether the memo's text can be changed.
ReadOnly equals to True forbids any modification of the text in the memo control.