Skip to content

Update various Windows category routines to avoid deprecated warnings #53

Open
@delphidabbler

Description

@delphidabbler

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingconsideringIssue is currently under consideration

Projects

Status

Considering

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions