reset

reset updated state for all items

void reset();

Example

dp.reset();

Details

After command call, updates which was not saved yet will be ignored ( also, error and invalid states will be forgotten as well )

Back to top