DialogText Property
      
 

Description

Holds text shown on the dialog box.


Property type

A String value.  


Syntax

object.DialogText([Index])



The DialogText Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodAppUpdate.
Index Optional. A Variant value. Represents index of the text, or English version of the text.

Settings
The settings for value are:
Constant Value
 Progress 0
 Cancel 1
 Connecting 2
 Requesting 3
 Downloading 4

Remarks

The DialogText property is used to change default texts shown on the dialog box that is visible while wodAppUpdate downloads new files. You can change it to different languages. For example, you can do this:

wodAppUpdate1.DialogText("Cancel") = "Abbrechen"

or

wodAppUpdate1.DialogText(1) = "Abbrechen"

will cause German word to appear of 'Cancel' button.