FMX.Memo.TCustomMemo.ReadOnly

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ReadOnly: Boolean read GetReadOnly write SetReadOnly;

C++

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

Properties

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

Description

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