char dal_mas_ret_drt_rec (idm, row)

Returns the dirty flag of the record in the mask passed.

Input Parameters Significance
DtvLong idm mask Id
DtvLong row row position of the record in the mask

Output Parameters Significance
no -

Return Code Significance
dirty flag of the record:
0 record "clean"
m record modified

The record-dirty flag signals a change of the record contents after an edit operation in a list.

If the record-dirty flag is set, DataView writes the entire row entry for newly created records, and the fields with their field-dirty-flag set for updated records, back into the data base.

As opposed to dal_mas_ret_flg_rec you cannot use dal_mas_ret_drt_rec to determine all variations of the record-dirty-flag.