You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Delphi 12, and possibly some earlier Delphi versions back to Delphi 10.1, compiling HScrollbarHeight and VScrollbarWidth results in a deprecated warning due to calls to StdCtrls.ssVertical etc. (from StdCtrls.TScrollStyle). Need to use values from the System.UITypes.TScrollStyle enumeration instead.
WinControlScrollbars and WindowScrollbars have similar warnings concerning deprecation of StdCtrls.TScrollStyle.