为True时可以指定自动换行
但我试了一下,没有什么效果,可能要设置其它属性吧。
以下是delphi帮助中的:
property WordWrap : Boolean
Applies to
TQRCustomLabel, TQRLabel
Description
The WordWrap property controls how a line of text that is too long to fit in the width of the control is printed. If WordWrap is True the text will be wrapped to a new line. If the AutoStretch property is True this might make the control expand vertically.
If WordWrap is False the text will be clipped. WordWrap is True by Default