I have four API calls
SetScrollrange
SetScrollPos
GetScrollrange
GetScrollPos
From The MSDN web site they are out dated and use to be used with windows 98 API (very old)
But exsist in the Delphi 5 Windows.pas and is used extencively in TGrid that effects all its desendants like DBGrid that use it too
What I want to know is does it still affect all versons of delphi
and will this mean delphi willl not run the next verion of windows.
I've started building a web site on this subject and created a program that corrects your own the Windows. pas and dcu files
of this issue my making Functions that call the updated calls. I've also created objects with adjustable page size scroll bars thats common with windows object of today as you will notice TGrid has a set page size.
http://delphiupdate.wordpress.com/2011/07/12/home
Lex Dean