In Delphi (10.3.2 in this case but also in earlier versions) I have a TLabel which has text too long to fit. Word wrap is unchecked for the TLabel.
On Windows, the text is truncated and an ellipsis is added at the end of the TLabel.
On MacOS, the text is word wrapped into two lines, both of which are unreadable because they are clipped at the top and at the bottom.
How do I get the TLabel to behave on MacOS as it does on Windows?