Insert method

Applies To
TQDB, TQDBItem, TQDBView

Declaration
procedure Insert;

Description  
Insert belongs to the family of QDB methods corresponding to the buttons of TQDBNavigator. Insert switches into insert mode. Insert can be called directly or via TQDBNavigator.

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

In TQDB
Does nothing more than switch into insert mode and call UpdateNavigator.

In TQDBItem
As above but additionally provides a new blank item.

In TQDBView
As above but also puts the panel into insertion mode.