0

do any one know the how to clear the data in the delta of the TclientDataSet explicitly? without using applyupdates

thanks in advance, Vijay.

Vijay Bobba
  • 313
  • 4
  • 15

1 Answers1

3

To cancel all updates without applying them, call CancelUpdates.

Mason Wheeler
  • 82,511
  • 50
  • 270
  • 477
  • @Vijay: Yeah, it happens. Even experienced coders sometimes overlook something obvious. Welcome to StackOverflow! Hopefully you can find some good answers here, and give some answers to other people's questions as well. :) – Mason Wheeler May 31 '10 at 14:29