My company has a Delphi 7 application that relies on Formula One spreadsheets (TF1Book
) for a key part of the application.
Users are pretty happy with the functionality actually, but it looks very dated now, especially now we have a Microsoft 2010 style ribbon interface throughout the rest of the application.
My question is whether it's possible to override the paint events for the TF1Book
? It doesn't seem to expose anything and the source code isn't provided.
Thanks!