Immediately marks the current record in the AGDBSet object for deletion and sets the data values to zero. The record is physically removed from the AGDBSet object during the next synchronization.
AGDBSet
void deleteRow( );
Delete method
dbset.deleteRow( )void AVdeleteRow(AGDBSet* dbset);
dbset The AGDBSet object.
None
After using deleteRow( ), the record continues to exist in the AGDBSet object and the index does not move in response to this method. Note that deleteRow( ) cannot be undone.
| Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |