Vijay Bobba
Vijay Bobba

Reputation: 313

tclientdataset's delta property

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

thanks in advance, Vijay.

Upvotes: 0

Views: 885

Answers (1)

Mason Wheeler
Mason Wheeler

Reputation: 84650

To cancel all updates without applying them, call CancelUpdates.

Upvotes: 3

Related Questions