DPFUIActionSheet1.Title:='Hello!'+#10#13+'This is a Custom Action Message !'+#10#13+'This is a Custom Action Message !'+#10#13+'This is a Custom Action Message !';
Regards
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks. I am trying to implement a pop up message box. The issue is that for different message lenght (and different fonts and sizes), is is kind of pain to figure out where to insert the CrLf. But this will do for now.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
How to set the width of the TDPFUIActionSheet control? If the Title property is long, then it gets truncated at the end.
Hi Kaarigar
Use #13 character.
Regards
Thanks. I am trying to implement a pop up message box. The issue is that for different message lenght (and different fonts and sizes), is is kind of pain to figure out where to insert the CrLf. But this will do for now.