CancelledState property |
Applies to
TIB_Dataset
Declaration
Property CancelledState : TIB_DatasetState;
Description
Property that tells which state the dataset was in when before it was
cancelled.
This event will most likely be used in the AfterCancel event.
It will be either dssEdit, dssInsert or dssDelete.