PostedState property

Applies to
TIB_Dataset

Declaration
Property PostedState : TIB_DatasetState;

Description
Property that tells which state the dataset was in when it was last posted.

This event can be used in the AfterPost event to determine which type of DML was just posted to the server.

It will be either dssEdit, dssInsert or dssDelete.