IsDeleted property: Record class
Description
This property is True if the record has been deleted. For a level zero record, it is possible for a record to be deleted without the whole row being deleted. For other levels, this property is the same as the row property IsDeleted.
This property is read-only.
Example
&tmp = &REC.IsDeleted;
Related Topics