
Unit[]
Hierarchy[]
System.TObject < Classes.TPersistent < Classes.TComponent < DB.TDataSet < DBClient.TCustomClientDataSet
Description[]
(Please provide a description in your own words. It is illegal to use the wording from the Delphi Help.)
Technical Comments[]
(Known issues / Documentation clarifications / Things to be aware of)
NOTE: If the LogChanges property is set to true (which is the default) TClientDataset logs all the dataset's changes in order to allow you to post the things back to the database. For large datasets this severely affects performance, so if you only use it as an in-memory table you should turn it off. (source: http://windwings.wordpress.com/2009/08/03/the-worst-unfixed-fixed-inexistent-bug/)
Examples[]
(Please provide links to articles/source code that show how to use this item.)
See Also[]
(Please provide links to items specifically related to this item.)
User Comments/Tips[]
(Please leave your name with your comment.)
