Programming Guide |
Pops an event off the transaction event stack
#include <tmusubs.h>int sm_tm_pop_model_event(void);
- The event popped off the event stack.
sm_tm_pop_model_event
pops the next event in the transaction event stack. Events can be pushed onto the event stack by the transaction manager, a transaction model, or a user event function. The events generated by the transaction manager and those by the standard transaction models can be found in the include filetmusubs.h
.This function can be used by transaction models or by transaction event functions associated with a table view.
sm_tm_clear_model_events, sm_tm_push_model_event