RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TButton.WordWrap Property

Specifies whether the button text wraps to fit the width of the control.

Pascal
property WordWrap: Boolean;
C++
__property Boolean WordWrap;

Set WordWrap to true to allow the display of multiple lines of text. When WordWrap is true, text that is too wide for the control wraps at the right margin. 

Set WordWrap to false to limit the text to a single line. When WordWrap is false, text that is too wide for the control appears truncated. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!