Name
Listview.GetEntry -- get listview entry
Synopsis
column1$, ... = mui.DoMethod(id, "GetEntry", pos)
Function
Get an entry of a list. Pass Active in pos to get the active entry. Listview.GetEntry will return the entries of all columns in the row specified by pos. You will get as many return values as there are columns in the listview.

Inputs
id
id of the listview object
pos
index of listview row or "Active"
Results
column1$
entry data of first column
...
further data if listview has multiple columns

Show TOC