Applies To
TQDB, TQDBItem, TQDBView
Declaration
procedure Edit;
Description
Edit belongs to the family of QDB methods corresponding to the buttons of TQDBNavigator. Edit switches into edit mode. Edit can be called directly or via TQDBNavigator.
Edit behaves differently in the different descendants of TQDB as each descendant adds its own functionality.
In TQDB
Simply switches into edit mode and calls UpdateNavigator.
In TQDBItem
As above.
In TQDBView
As above but also puts the panel into editing mode.