In Delphi, in many TWinControl descendants, such as in my exact case, the TSynEdit control, how would I read the horizontal and vertical scroll bar position?
I have been searching around in the source code for my particular control, and in the base class documentation for TWinControl, and can't figure it out.
Is there a general VCL specific way to do this, or should I do this via Win32 API calls?