|
민인학 님이 쓰신 글 :
: 부탁드립니다..
: 꼭좀요 ...
:
: 그럼 안녕히 계세요
OnDrawCell이벤트에서
void __fastcall TIproveTriggerCondition::EdgeStringGridDrawCell(
TObject *Sender, int ACol, int ARow, TRect &Rect,
TGridDrawState State)
{
AnsiString asDat;
if(ACol==3&&ARow>0) {
EdgeStringGrid->Canvas->Font->Name = "WingDings 3";
EdgeStringGrid->Canvas->FillRect(Rect);
asDat = EdgeStringGrid->Cells[ACol][ARow];
EdgeStringGrid->Canvas->TextOut(Rect.Left+5,Rect.Top+3, asDat);
}
}
자문 자답이군요....
|