Skip to content

IsCascadeDeleteAllowed - BaseData_Set

Determines whether a child record can be deleted

Type: Function
Return Data Type: Boolean

Parameters

Parameter Type Description
iServer Integer Parent table that is being deleted

Syntax

Function IsCascadeDeleteAllowed Integer iServer Returns Boolean

Call Example

Get IsCascadeDeleteAllowed iServer to BooleanVariable

Description

When a delete operation has found a child record, it will see if it can be deleted by calling IsCascadeDeleteAllowed.

This could be augmented.