DialogNoteText Property
      
 

Description

Holds text shown at the bottom of the progress dialog.


Property type

A String value.  


Syntax

object.DialogNoteText [= value]



The DialogNoteText Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodAppUpdate.
value A String value.

Remarks

DialogNoteText holds text that is shown in lower-right corner of the progress dialog, as seen on the image:

If DialogNoteURL is specified, user can click on the text and wodAppUpdate will perform "open" operation on the URL - open IE, mail client etc..

You can change DialogNoteText during file download to show different messages to the user. You can also leave it empty.

Note: in DEMO version you cannot change this text.