码迷,mamicode.com
首页 > 其他好文 > 详细

label WordWrap

时间:2014-07-29 20:41:52      阅读:309      评论:0      收藏:0      [点我收藏+]

标签:blog   http   color   os   io   for   2014   div   

bubuko.com,布布扣

procedure TForm1.FormCreate(Sender: TObject);
begin
    Label1.AutoSize := False;
    Label1.WordWrap := True;
    Label1.Text := ‘This is my caption that I would like to be wrappedThis is my caption that I would like to be wrapped‘;
    Label1.Width := 100;
    Label1.AutoSize := True;
end;




label WordWrap,布布扣,bubuko.com

label WordWrap

标签:blog   http   color   os   io   for   2014   div   

原文地址:http://www.cnblogs.com/xe2011/p/3875917.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!