首页 > 其他 > 详细

TStringGrid的Rows索引值

时间:2015-07-24 17:49:11      阅读:200      评论:0      收藏:0      [点我收藏+]
  Caption := sgShopList.Rows[sgShopList.RowCount +1000].CommaText;

 

  Caption := sgShopList.Rows[sgShopList.RowCount -1000].CommaText;

Rows[]的索引值,可以超过 RowCount,但是不能 小于0

TStringGrid的Rows索引值

原文:http://www.cnblogs.com/CodeGear/p/4673792.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!