"selectedText"
Text for the selected list option.
Synopsis
setValue(string shape, "selectedText", string t);
getValue(string shape, "selectedText", string &t);
shape.selectedText(string t);
Parameters
Parameter | Description |
---|---|
shape | Name of the object |
t | Variable for the selected text |
Description
Returns the text for the list item selected. The search begins with the first item in the list.
Example
main()
{
shape list=getShape("selectionlist1");
DebugN("Selected Text: ", list.selectedText());
}
Assignment
Selection list