ReadToFile(FileName: String);
FileName. A full name of the file, to which data from the object will be read.
The ReadToFile method reads data from the custom class object and loads it to the specified file.
Before executing the ReadToFile method, call the Load method to read data from the repository database to the current object in the computer memory.
The property use is given in the example for IMetabaseCustomObject.CreateReader.
See also: