Collection Contents Previous Next PDF

UltraLite C/C++ User's Guide

UltraLite C++ Component API Reference

Class UltraLite_Table_iface

FindNext Function


Synopsis 

virtual bool UltraLite_Table_iface::FindNext(
  ul_column_num ncols
)

Parameters 
Remarks 

Gets the next row (forward) that exactly matches the index.

Returns false if no more rows match the index. In this case the cursor is positioned after the last row.


Collection Contents Previous Next PDF