Subject Re: [IBO] IB_Grid: Why is AFont declared const ?
Author Jason Wharton
If you have the source, change it to remove the const and rebuild.

Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: "Mario Zimmermann" <mail@...>
To: <IBObjects@yahoogroups.com>
Sent: Monday, April 02, 2001 6:59 AM
Subject: [IBO] IB_Grid: Why is AFont declared const ?


> 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