FireDAC.Comp.Client.TFDCustomSchemaAdapter.ChangeCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ChangeCount: Integer read GetChangeCount;

C++

__property int ChangeCount = {read=GetChangeCount, nodefault};

Properties

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

Description

Returns the number of changes in the changes log.

See Also