Welcome to the new DelphiDabbler Code Library Documentation.

This is a new site that's currently running on alpha code. There are going to be bugs. If you discover any, please report them on the site's issues page (GitHub account required). Thanks.

Warning: Many URLs are going to change. Refer to the README file to discover which library project's documentation has been completed.

Text property

Project: Message Dialogue Components.

Unit: PJMessageDialog.

Class: TPJVCLMsgDlg

Applies to: ~>3.0

property Text: string;

Description

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.