HBPersistent() > Methods for restoring an object |
Loads persistent object from a file.
:loadFromFile( <cFileName> ) --> lSuccess
Method :loadFromFile() reads binary data from the file <cFileName> and copies it to the object executing the method. The file must be created by the method :saveToFile() If the file does not exists, a runtime error is raised.
http://www.xHarbour.com