CtrlSetMLEText

InstallShield 2014 ยป InstallScript Language Reference

The CtrlSetMLEText function sets the text of a multi-line edit box control. InstallShield separately places each string in listID into the multi-line edit box control. This function is for use only with custom dialogs.

Syntax

CtrlSetMLEText ( szDialogName, nControlID, listID );

Parameters

CtrlSetMLEText Parameters

Parameter

Description

szDialogName

Specifies the name of a dialog.

nControlID

Specifies the resource ID of the multi-line edit box control in the dialog.

listID

Specifies the name of a valid string list that contains the elements to be copied into the multi-line edit control.

Return Values

CtrlSetMLEText Return Values

Return Value

Description

0

CtrlSetMLEText set the text into the control.

< 0

CtrlSetMLEText was unable to set the text in the control.

See Also