PostRetaining method |
Applies to
TIB_Dataset
Declaration
Procedure PostRetaining;
Description
Effectively post the current changes to the server but retain the edit state
of the dataset. In the case of an insert the record is actually inserted and
then when the final post of the retained insert is performed it effectively
performs and edit. If the PostRetained insert is cancelled then the record is
deleted.
This method should not be used when in dssDelete state.