AddStringMultiline Method (InputDlg)

Build 1501 on 14/Nov/2017  This topic last edited on: 22/Mar/2016, at 17:09

Description

Add an entry for the string multiline value.

Syntax

object.AddStringMultiline(strLabel, strValue)

object

Required. Object name, returned by set Dim idlg As InputDlg = New InputDlg.

strLabel

Label as it appears in the dialog. If there's a leading #, the string editor is multiline, otherwise, single line.

strValue

Initial value

See also

AddDateTime, AddInt, AddCombo, AddSwitch, ComboAddItem

GetItemValue