Datasnap.DBClient.TCustomClientDataSet.ChangeCount

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Unit: Datasnap.DBClient
Parent: TCustomClientDataSet

Delphi

property ChangeCount: Int64 read GetChangeCount;

C++

__property __int64 ChangeCount = {read=GetChangeCount};

Description

Indicates the number of changes in the change log.

Check ChangeCount to determine how many modifications are pending for the dataset. ChangeCount increases when the data is edited. It is reset when updates are applied or merged and any differences are reconciled by the client dataset.

See Also


Code Examples