RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBCheckBox.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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!