FMX.Memo.TCustomMemo.WordWrap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property WordWrap: Boolean read GetWordWrap write SetWordWrap;

C++

__property bool WordWrap = {read=GetWordWrap, write=SetWordWrap, nodefault};

Properties

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

Description

Specifies whether to wrap the text in the memo when its length is greater than the memo width.

Set WordWrap to True to wrap the text in the memo control. Wrapping implies the division of the text string that is wider than the memo control onto several lines that fit to the memo control's width.

See Also