IRdsReplicator.SaveToFile

Syntax

SaveToFile(FileName: String);

Parameters

FileName. The file where data of synchronized dictionaries is saved.

Description

The SaveToFile method saves data of synchronized dictionaries in a file.

Comments

Path and name of the file, to which data is saved and passed using the FileName parameter.

Example

The property use is given in the example for IRdsReplicator.Dictionaries.

See also:

IRdsReplicator