HasPostRetained property

Applies to
TIB_Dataset

Declaration
Property HasPostRetained : boolean;

Description
After the post/retaining has been performed it may be useful to know this so that certain action can be taken. For example, if you are cancelling a record that had been postretained inserted and it was a master dataset in a master-detail relationship you will need to delete the child records too. (Of course you can have cascading deletes via ref integrity or a trigger to do that too.)