getSourceName(sourceIndex)
Parameters
sourceIndex
: integer identifying a value source as returned bygetSourceIndex(sourceName)
or theid
field in the table returned bygetFieldInfo
.
Return value
sourceName
: string naming the value source as it is shown on radio menus where a source can be chosen.
Notice
The source names shown on the screen are not the same as the names used by getFieldInfo
and getValue
. But the indices are the same, so e.g. getValue(index)
will work with the indices used here.
Status
Current Introduced in 2.6
Last updated