delphi中 stringgrid 下段代码什么意思?

if(acol=1)and(arow=1)thenrect.Bottom:=rect.Bottom+rect.Bottom-rect.Top;ifnot((acol=1)... if (acol=1) and (arow=1) then
rect.Bottom:=rect.Bottom+rect.Bottom-rect.Top;
if not((acol=1) and (arow=2)) then
begin
stringgrid1.Canvas.FillRect(Rect);
stringgrid1.canvas.textout(rect.left,rect.top+18,StringGrid1.cells[acol,arow]);
end;
展开
 我来答
liu55721
2012-09-24 · TA获得超过922个赞
知道大有可为答主
回答量:1861
采纳率:100%
帮助的人:872万
展开全部
这段代码的意思是在stringgrid1指定区域(rect,rect.left,rect.top+18)内输出textout和(StringGrid1.cells[acol,arow])一样的文本;
if (acol=1) and (arow=1) then//如果列是1,行是1
rect.Bottom:=rect.Bottom+rect.Bottom-rect.Top;
区域的下边,由区域的下边加上区域区域的下边坐标值减去区域的顶边坐标值决定;
if not((acol=1) and (arow=2)) then
如果不在第一列第二行单元格
stringgrid1.Canvas.FillRect(Rect);充满整个区域,全部区域
stringgrid1.canvas.textout(rect.left,rect.top+18,StringGrid1.cells[acol,arow]);
在指定区域(横坐标rect.left,纵坐标rect.top+18,)输出文本(来源于StringGrid1.cells[acol,arow]);
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式