Fetch method

Applies To
TQDBItem, TQDBView

Declaration
procedure Fetch;

Description
The Clear, Fetch, and Store methods operate at a lower level than the Cancel, Delete, Edit, Insert, Post, and Refresh methods and should generally be avoided unless necessary.

Fetch loads the current item from the file in a way appropriate to the component.

In TQDBItem
Loads the current item and parses it into fields.

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