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.
The text was updated successfully, but these errors were encountered:
delphidabbler
changed the title
Update HScrollbarHeight and VScrollbarWidth to avoid deprecated warning
Update various Windows category routines to avoid deprecated warnings
Jan 19, 2025
In Delphi 12, and possibly some earlier Delphi versions back to Delphi 10.1, compiling
HScrollbarHeight
andVScrollbarWidth
results in a deprecated warning due to calls toStdCtrls.ssVertical
etc. (fromStdCtrls.TScrollStyle
). Need to use values from theSystem.UITypes.TScrollStyle
enumeration instead.WinControlScrollbars
andWindowScrollbars
have similar warnings concerning deprecation ofStdCtrls.TScrollStyle
.The text was updated successfully, but these errors were encountered: