In a Delphi 10.4.2 Win32 VCL Application on Windows 10, I have a TButton with WordWrap = True and Caption = 'SAVE TO INTERNET BOOKMARKS FOLDER...':
As you can see from the screenshot, the height of the button does not automatically fit its Caption text.
Is there a feature in TButton to achieve this automatically, or do I have to adjust this manually?
