Applies To
TQDB, TQDBItem, TQDBView
Declaration
procedure FirstItem;
Description
In TQDB
The FirstItem method moves to the first item in the index. If a Filter pattern has been set FirstItem finds the first matching item.
A call to FirstItem, when it actually moves to a different item, generates an OnNavigate event.
See also: BoF.
In TQDBItem
As above but also loads the first item and parses it into fields.
In TQDBView
As above but also displays the first item in the Panel.