The MakerPlot-J environment and many controls have values that can be accessed in the same fashion as a property: [value] [controlName.value]
The easiest means to view and test values is through the Debug/CLI Window by typing a brace, [, or [name. to filter the list for a particular control.
[txtTest.
Values, unlike properties, CANNOT be directly changed - only read.
The available values will be listed along with all other information that can be accessed:
Available Values may also be access through the Controls Viewer (F6).
|