Applies To
TQDBItem, TQDBView
Declaration
procedure Store;
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.
Store saves the current item to the file in a way appropriate to the component.
In TQDBItem
Combines the current item's fields and saves them. An OnKey event handler must have been assigned to supply a key with which to index the item.
In TQDBView
As above but handles the item displayed in the associated Panel.