InstallShield 2016 ยป 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
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
Return Value |
Description |
0 |
CtrlSetMLEText set the text into the control. |
< 0 |
CtrlSetMLEText was unable to set the text in the control. |
See Also
InstallShield 2016 Help LibraryMay 2017 |
Copyright Information | Flexera Software |