FMX.Memo.TMemo.ReadOnly

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ReadOnly: Boolean read GetReadOnly write SetReadOnly default 0;

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.

See Also