Subject | IB_Grid: Why is AFont declared const ? |
---|---|
Author | Mario Zimmermann |
Post date | 2001-04-02T13:59:15Z |
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
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