IRdsMergeCallback.OnConflict

Syntax

OnConflict(LoadElement: IRdsDictionaryElement; CurrentElement: IRdsDictionaryElement);

Parameters

LoadElement. Dictionary element that is downloaded into a file.

CurrentElement. Current element in a dictionary.

Description

The OnConflict method implements an event that occurs if attribute values of the CurrentElement element in a dictionary and corresponding LoadElement element loaded from a file have differences. This event occurs when elements are compared.

Example

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

See also:

IRdsMergeCallback