|
ManagerMain->SG1->Canvas->Brush->Color = clRed;
ManagerMain->SG1->Canvas->Pen->Color = clWhite;
ManagerMain->SG1->Canvas->FillRect(ManagerMain->SG1->CellRect(nCol,nRow));
ManagerMain->SG1->Canvas->TextRect(ManagerMain->SG1->CellRect(nCol,nRow),5,5,ConTxt);
이렇게 했는데요... 글씨가 안보여요..
그 셀의 색만 빨강색으로 변하고... 글씨는 안보이네요...
어떻게 해야 하죠... 쩝..
|