rowUpdated( )

Returns TRUE if the current record has been modified since the last synchronization.

Interface

AGDBSet

IDL definition
boolean rowUpdated( );
ADO equivalent
Status Property == adRecModified
JavaScript synopsis
dbset.rowUpdated
C synopsis
PODSBoolean AVrowUpdated(AGDBSet* dbset);
Parameters
  • dbset   The AGDBSet object.

Returns

TRUE if the current record has been modified since the last synchronization; FALSE otherwise.

See also

rowDeleted( )