Links
EControl Form Designer Pro
TBtnEdit.WordWrap Property

Determines whether the edit control inserts soft carriage returns so text wraps at the right margin.

property WordWrap: Boolean;

Set WordWrap to true to make the edit control wrap text at the right margin so it fits in the client area. The wrapping is cosmetic only. The text does not include any return characters that were not explicitly entered. Set WordWrap to false to have the edit control show a separate line only where return characters were explicitly entered into the text.

There should be no use for a horizontal scroll bar if WordWrap is true.

Copyright (c) 2004 - 2011 EControl Ltd.. All rights reserved.
What do you think about this topic? Send feedback!