Código Delphi [-] //Para borrar Memo1.Lines.Delete(StrToInt(Edit1.Text)); //Para obtener el total digamos en otro edit Edit2.Text := IntToStr(Memo1.Lines.Count);
//Para borrar Memo1.Lines.Delete(StrToInt(Edit1.Text)); //Para obtener el total digamos en otro edit Edit2.Text := IntToStr(Memo1.Lines.Count);