Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTRecord::Last

Syntax

CTBOOL Last ( )

Parameters

This method has no parameters.

Description

Moves to the last record in the table.

Return

Last() returns YES if the record is found, NO otherwise.

See also

First(), Next(), Prev(), Find()

TOCIndex