xRecord.checkRestrictedDeleteActions Method

Gets and sets the property that indicates whether a record can be deleted.

Syntax

public boolean checkRestrictedDeleteActions([boolean checkRestrictedDeleteActions])

Run On

Called

Parameters

  • checkRestrictedDeleteActions
    Type: boolean
    A Boolean value that indicates whether a record can be deleted; optional.

Return Value

Type: boolean
true if the record can be deleted; otherwise, false.

Remarks

The property is based on delete actions for a table, and whether the table allows for delete actions when corresponding records are in corresponding tables.

See Also

Reference

xRecord Class