Dear friends.
I am using the TMSFNCHint component to display context-sensitive help. When using it in my application it displays the help always in a single line of text ignoring line breaks. Is there any way to be able to display a text with line breaks?
button1.Hint := 'Help line 1 ' + Slinebreak +
'Help line 2' + Slinebreak +
'Help line 3';
