Back to product page

DialogText property


Holds text shown on the dialog box.

Type

A String value

Syntax

  • Basic
object.DialogText [= value]
The DialogText(object,Index) syntax has these parts:
objectAn expression evaluating to an object of type wodAppUpdate.
IndexOptional. A Variant value. Represents index of the text, or English version of the text.

Remarks

Settings

The settings for value are:

Constant Value
Progress0
Cancel 1
Connecting 2
Requesting 3
Downloading 4


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.

Platforms

Windows