Data Property

The Data property sets or gets the dialog box data.

Syntax

object.Data As String

object.Data = i_Value

Sets the dialog box data.

String variable = object.Data

Gets the dialog box data.

Parameters

Parameter Description

i_Value

Data of the dialog box.

Return Value

The return value is the data entered by the user in the dialog box.

See Also

Reference

DisplayTextInputDialog Method
IGrooveSimpleDialogResult Interface