IRdsMergeCallback.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 downloaded from a file, if False, synchronization of an elements is not executed.

Description

The OnConflictResolve method implements an event that occurs while synchronization of data of an element that has different attributes values in a dictionary and downloaded file.

Example

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

See also:

IRdsMergeCallback