Project: Message Dialogue Components.
Unit: PJMessageDialog.
Class: TPJVCLMsgDlg
Applies to: ~>3.0
property Text: string;
Set this property to the text that you wish to display in the body on the dialogue box. The default is to display nothing.
Note: Line breaks in the dialogue box can be forced by including CR LF pairs in the Text string. This can’t be done at design time using the standard Delphi string property editor. However the DelphiDabbler Extended String Property Editor enables multiple lines of text to be assigned at design time.