|
StringGrid의 글자색은 Font의 Color로 변경할 수 있습니다.
SG1->Canvas->Font->Color를 바꿔 보세요.
막막한초보 님이 쓰신 글 :
: 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);
:
: 이렇게 했는데요... 글씨가 안보여요..
: 그 셀의 색만 빨강색으로 변하고... 글씨는 안보이네요...
: 어떻게 해야 하죠... 쩝..
|