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

oHBPersistent:loadFromText()

Copies data held in a binary string to an object.

Syntax

:loadFromText( <cBinaryString> ) --> lSuccess

Description

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


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