FdcDataSetAfterInsert typedef
FdcDataSetAfterInsert =
void Function(FdcDataSet dataSet)
Called after the new record has been inserted, activated, initialized with defaults, and placed in the current view, before listeners are notified.
The dataset is already in insert state and field changes made through normal dataset APIs become part of that insert buffer. If this callback throws, the in-progress insert operation rolls the newly inserted record back.
Implementation
typedef FdcDataSetAfterInsert = void Function(FdcDataSet dataSet);