注册 登录
编程论坛 Delphi论坛

怎样才能使LABEL组件上的文字分多行显示出来

xgx 发布于 2006-03-11 14:41, 1437 次点击
怎样才能使LABEL中的文字分多行显示,caption属性里的字怎么不能分多行显示呢
3 回复
#2
ysp_19842006-03-11 17:24
labe1.caption:='字符串1'+#13#10+'字符串2'+#13#10+'字符串3';
#3
xgx2006-03-11 20:38
谢谢

谢谢您喽

#4
Delphi_lover2006-11-23 22:32
label1.caption:='分'+#13+‘行’+#13+‘显’+#13+‘示’;
1