2

The CapsLock message when using password in TEdit get buggy when using VCL Style. This is how looks like without style:

enter image description here

and this with VCL Style on:

enter image description here

The message is in portuguese, but I don't think this matter. Using Windows 10 style in Delphi Seattle 23.0.21418.4207 (with Update 1).

Rodrigo Caetano
  • 379
  • 1
  • 13

1 Answers1

5

Found it. VCL Style Utils, like a lot of other things, solves the bug. Just had to add the Vcl.Styles.Utils.ScreenTips in the uses.

Rodrigo Caetano
  • 379
  • 1
  • 13