RdsMergeCallback.OnConflictResolve

Syntax

OnConflictResolve(LoadElement: Integer; CurrentElement: Integer; Var Ignore: Boolean);

Parameters

LoadElement. Key of a dictionary element that is downloaded into a file.

CurrentElement. Key of a current element in a dictionary.

Ignore. Parameter that determines whether data synchronization is executed by all element attributes. If parameter value is True synchronization of attributes values is executed with values that were loaded from the file, if False - synchronization of an elements is not executed.

Description

The OnConflictResolve method implements an event that occurs on synchronizing data of an element that has different attributes values in a dictionary and loaded file.

Example

The method use is given in the example for RdsMergeCallback.OnBeforeProcess.

See also:

RdsMergeCallback