Add New Method Dialog Box
InstallShield 2024
Project:
This dialog box lets you specify the name, return type, and parameter types of a new method and automatically paste corresponding code into your object script. This dialog box opens when you right-click the InstallScript view’s Methods folder and select Add New Method.
Properties
Property |
Description |
Name |
Enter the name for your method. |
Return Type |
Select the data type that your method returns. You can choose from String, Number, Boolean, and Array. |
Parameter List |
Enter the parameter types that can be passed to your method. |