Using Methods in Scripting
- Last UpdatedJul 13, 2023
- 1 minute read
Some elements, such as the Edit Box, Combo Box and List Box controls, support methods in scripting. These methods can be used to perform various functions on the elements themselves at run time.
You can see the properties and methods supported by any given element by opening the browser and selecting the element.
You can use the methods of the:
-
Edit Box control to save and load the text at run time to and from a file.
-
Combo Box and List Box controls to access and change the contents of their lists at run time.