label的wordwrap属性的功能是什么(100分)

  • 主题发起人 主题发起人 萧然大卫
  • 开始时间 开始时间

萧然大卫

Unregistered / Unconfirmed
GUEST, unregistred user!
label的wordwrap属性的功能是什么
 
为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
 
有用 如果设置wordwrap为真,当label文本的宽度大于lable控件的宽度是就会自动
换行
 
楼上的说得对。
可惜我来迟了,还是给我点分吧
 
是这样的。但为什么没效果呢?
把label的AoutSize属性设为False,再把Label的高度(Height)增加,大概到100足够了,再在Label的Caption中输入一长串字符,
运行,看结果吧[:D]
 
不知道是我的集资的问题还是怎么回事,如果我向Caption中粘贴一个厂的字符串,会换行,但是我要是向里面输入英文字符(比如一直按住某个字母),不换行,请大家试一试,看看是否如此
 
就是,高度可能有关系
 
后退
顶部