FireDAC.Comp.Client.TFDCustomMemTable.LogChanges
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
Unit: FireDAC.Comp.Client | |
Parent: TFDCustomMemTable |
Delphi
property LogChanges: Boolean read GetLogChanges write SetLogChanges;
C++
__property bool LogChanges = {read=GetLogChanges, write=SetLogChanges, nodefault};
Description
Shortcut for CachedUpdates.
LogChanges is a shortcut for the CachedUpdates property and allows you to set / get the dataset updates caching mode.
The property is for the TClientDataSet compatibility.