Name
Radio.GetItem -- get radio button label (V2.0)
Synopsis
e$ = moai.DoMethod(id, "GetItem", pos)
Function
Get the label of a radio button. You can pass either an absolute index in
pos
or the special value
Active
to get the label of the active button.
Radio.GetItem
will then return the label as a string.
Inputs
id
id of the radio object
pos
button index or "Active"
Results
e$
label of radio button at specified index
Show TOC