List.Current (gb.data)

Property Current As .List.Item

Return a virtual object representing the current element.

The current element can be in a special "invalid" state which means that there is no element in the List to which Current points, e.g. by unsuccessful search for some value. This is signalised by the IsValid property being False.

See also