MobileForms Toolkit Documentation

IDataConnector.MoveNext Method 

Advances the position to the next row of data.

bool MoveNext();

Return Value

true if the next row was loaded, otherwise false

Remarks

MoveNext should be called after Open prior to accessing the Current data.

See Also

IDataConnector Interface | Resco.Controls.AdvancedList Namespace