Delphi将Stringgrid指定行添加到Memo控件中.rar

上传者: 39841848 | 上传时间: 2023-01-03 19:53:57 | 文件大小: 6KB | 文件类型: RAR
Delphi将Stringgrid指定行添加到Memo控件中,选中StringGrid中的行,点击右下角的“添加”按钮,即可将选中的StringGrid行数据添加到下边的Memo控件中显示。部分源代码如下:
  procedure TForm1.FormCreate(Sender: TObject);
  begin
   StringGrid1.Cells[0,0] := '商品编号';
   StringGrid1.Cells[0,1] := 'cc10011';
   StringGrid1.Cells[0,2] := 'cc10012';
   StringGrid1.Cells[0,3] := 'cc10013';
   StringGrid1.Cells[0,4] := 'cc10014';
   StringGrid1.Cells[1,0] := '商品名称';
   StringGrid1.Cells[1,1] := '苹果';
   StringGrid1.Cells[1,2] := '香蕉';
   StringGrid1.Cells[1,3] := '西红柿';
   StringGrid1.Cells[1,4] := '西瓜';
   StringGrid1.Cells[2,0] := '商品数量';
   StringGrid1.Cells[2,1] := '200';
   StringGrid1.Cells[2,2] := '150';
   StringGrid1.Cells[2,3] := '300';
   StringGrid1.Cells[2,4] := '130';
   StringGrid1.Cells[3,0] := '商品金额';
   StringGrid1.Cells[3,1] := '$5.00';
   StringGrid1.Cells[3,2] := '$4.50';
   StringGrid1.Cells[3,3] := '$1.50';
   StringGrid1.Cells[3,4] := '$6.00';
  end;
  procedure TForm1.Button1Click(Sender: TObject);
  var
   i,col,row: Integer;
  begin
   row := StringGrid1.Row;
   for col := 0 to StringGrid1.ColCount - 1 do
   Memo1.Lines.Add(StringGrid1.Cells[col,row]);
  end;

文件下载

资源详情

[{"title":"( 7 个子文件 6KB ) Delphi将Stringgrid指定行添加到Memo控件中.rar","children":[{"title":"srcfans.com","children":[{"title":"Stringgrid","children":[{"title":"Project1.res <span style='color:#111;'> 876B </span>","children":null,"spread":false},{"title":"Unit1.dfm <span style='color:#111;'> 1.33KB </span>","children":null,"spread":false},{"title":"Project1.cfg <span style='color:#111;'> 434B </span>","children":null,"spread":false},{"title":"Unit1.pas <span style='color:#111;'> 1.59KB </span>","children":null,"spread":false},{"title":"Project1.dpr <span style='color:#111;'> 188B </span>","children":null,"spread":false},{"title":"Project1.dof <span style='color:#111;'> 2.42KB </span>","children":null,"spread":false},{"title":"Unit1.dcu <span style='color:#111;'> 5.26KB </span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明