Html – A way to set New line/ Linebreak in a TWebLabel caption?
Usually one would set it like this at runtime: Label1.Caption := 'First line' + #13#10 + 'SecondLine'; but for some reason, this does not seem to work even if you turn WordWrap on or off. What is the solution to…