Réponse acceptée !
procedure TfrmNOMDEFENETRE.NOMGRILLEGetCellProp(Sender: TObject;
RowIndex, ColumnIndex: Integer; AValue: String; var AColor: TIWColor;
var AAlignment: TAlignment; Font: TIWFont);
begin
// met les conditions que tu veux et après tu choisit la couleur que tu veux




AColor := clWebBLUE;
end;
sh@rk