Edit - method of the PmaDatabase object
Description:
Beginning of the edit mode.
Note:
Before calling the method the pointer position must be set to the valid row of the database table (
Move,
FindPrev methods, etc.). After calling this method any method that modifies the table row, can be called. Thereby the data buffer is sequentially prepared that is written into the database table by the
Update method. This practice with the database table is quicker than repeated calling the methods without creation of the edit mode.