Collection Contents Previous Next PDF

UltraLite C/C++ User's Guide

UltraLite C++ Component API Reference

Class UltraLite_Table_iface

Find Function


Synopsis 

virtual bool UltraLite_Table_iface::Find(
  ul_column_num ncols
)

Parameters 
Remarks 

Equivalent to FindFirst.

To specify the value to search for, Set the column value for each column in the index

The cursor is left positioned on the first row that exactly matches the index value

If no row matches the index value, the cursor position is AfterLast() and the function returns false


Collection Contents Previous Next PDF