rowDeleted( )

Returns TRUE if the current record is marked for deletion on the next synchronization.

Interface

AGDBSet

IDL definition
boolean rowDeleted( );
ADO equivalent
Status Property == adRecDeleted
JavaScript synopsis
dbset.rowDeleted
C synopsis
PODSBoolean AVrowDeleted(AGDBSet* dbset);
Parameters
  • dbset   The AGDBSet object.

Returns

TRUE if the current record is marked for deletion on the next synchronization; FALSE otherwise.

See also

deleteRow( ), rowUpdated( )