Collection Contents Previous Next PDF

UltraLite C/C++ User's Guide

UltraLite C++ Component API Reference

Class UltraLite_Table_iface

FindPrevious Function


Synopsis 

virtual bool UltraLite_Table_iface::FindPrevious(
  ul_column_num ncols
)

Parameters 
Remarks 

Gets the previous row (backward) that exactly matches the index.

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


Collection Contents Previous Next PDF