Subject IB_Grid: Why is AFont declared const ?
Author Mario Zimmermann
Hello,

in the event functions OnGetCellProps and OnGetCellFont of a TIB_Grid
the parameter AFont is declared as const. Why?

I get compiler warnings (BCB5) when I change the font saying that I'm
trying to change a const object.

Mario