LastItem method

Applies To
TQDB, TQDBItem, TQDBView

Declaration
procedure LastItem;

Description

In TQDB
The LastItem method moves to the last key in the index that matches the Filter pattern and sets EoF to true.

A call to LastItem, when it actually moves to a different item, generates an OnNavigate event.

In TQDBItem
As above but also loads the last item and parses it into fields.

In TQDBView
As above but also displays the last item in the Panel.