HBPersistent() > Methods for saving an object |
Creates a binary string from the data held in an object.
:saveToText() --> cBinaryString
Method :saveToText() copies the data held in instance variables of the object into a binary string, which is returned. The object can copy the data back to its instance variables using method :loadFromText().
http://www.xHarbour.com