Código Delphi [-]procedure TForm1.Button1Click(Sender: TObject); begin label1.caption:='Pepe Pérez'; label1.Width:=label1.Width -10; label1.WordWrap:=True; end;
procedure TForm1.Button1Click(Sender: TObject); begin label1.caption:='Pepe Pérez'; label1.Width:=label1.Width -10; label1.WordWrap:=True; end;