FMX.Memo.TCustomMemoModel.ReadOnly

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ReadOnly: Boolean read FReadOnly write SetReadOnly;

C++

__property bool ReadOnly = {read=FReadOnly, write=SetReadOnly, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Memo.pas
FMX.Memo.hpp
FMX.Memo TCustomMemoModel

Description

Specifies whether the text of the memo can be changed.

If ReadOnly is True, any modification of the text in the memo control is forbidden.

See Also