HBPersistent() > Methods for saving an object xHarbour Developers Network  

oHBPersistent:saveToText()

Creates a binary string from the data held in an object.

Syntax

:saveToText() --> cBinaryString

Description

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().


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe