Post method

Applies To
TQDB, TQDBItem, TQDBView

Declaration
procedure Post;

Description
Post belongs to the family of QDB methods corresponding to the buttons of TQDBNavigator. Post writes the new or modified item to the file. Post can be called directly or via TQDBNavigator.

Post behaves differently in the different descendants of TQDB as each descendant adds its own functionality.

In TQDB
Does nothing more than switch out of edit or insert mode and call UpdateNavigator.

In TQDBItem
As above but additionally stores the new or modified item to the file.

In TQDBView
As above but also puts the panel into the appropriate mode -- see AutoEdit.