bonjour ,
je cherche des tutos pour l'utilisation du stringgrid . Niveau débutant .
Mon pb est de changer manuellement la couleur d'une cellule .
StringGrid1->Cells[1][1]
G trouvé ça mais je ne voit pas comment le déclarer dans le *.h et l'utiliser .
void __fastcall DrawGrid1DrawCell(TObject *Sender, int ACol,
int ARow, TRect &Rect, TGridDrawState State)
{ }
G aussi un gros soucis avec ca :
StringGrid1->Canvas->FillRect(Rect);
merci beaucoup pour vôtre aide !![]()
Partager