IsCascade: Boolean;
The IsCascade property determines whether to remove records from the current table when they are deleted in the linked table.
Available values:
True. When the user removes a record referred to by the external key from the table, all related records are removed from the table that contains external key.
False. Related records are not removed.
The property use is given in the example for ITable.ForeignKeys.
See also: