HBPersistent() > Methods for restoring an object |
Copies data held in a binary string to an object.
:loadFromText( <cBinaryString> ) --> lSuccess
Method :loadFromText() copies the data held in <cBinaryString> to the instance variables of the object. Only instance variables declares as PERSISTENT receive values from the binary string. The latter must be created with method :saveToText().
http://www.xHarbour.com