TRect &Rect是什么意思?
1.void __fastcall TForm1::StringGrid1DrawCell(TObject *Sender, int ACol,
int ARow, TRect &Rect, TGridDrawState State)
{
StringGrid1-> Canvas-> TextOut(Rect.Left+2,Rect.Top+2,StringGrid1-> Cells[ACol][ARow]);
}
哪位老大能给我解释一下这里的意思:
TRect &Rect
TextOut
2.我从一张光盘里下了一些bcb的代码,发现不能修改,是怎么回事?去掉只读属性也不行
他是从哪里设置的?
[解决办法]
TRect就是矩形类
[解决办法]
就是CELL的尺寸