FireDAC.Comp.Client.TFDCustomMemTable.LogChanges

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LogChanges: Boolean read GetLogChanges write SetLogChanges;

C++

__property bool LogChanges = {read=GetLogChanges, write=SetLogChanges, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomMemTable

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.

See Also