RAD Studio VCL Reference
|
Indicates whether to maintain a change log separate from the data.
property LogChanges: Boolean;
__property Boolean LogChanges;
Use LogChanges to control whether changes made to the data in a client dataset are recorded. When LogChanges is true (the default), all changes are recorded in the Delta property. They can later be applied to a database or source dataset, backed out, or merged into the Data property. When LogChanges is false, data changes are made directly to the Data property and cannot be applied to a database or source dataset via a provider.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|