[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
uLoadObject( cFile, nOpenMode )-> <oObject>
uLoadVar ( cFile, nOpenMode )-> <aArray>
------------------------------------------------------------------------------
PARAMETER:
<cFile> Is the name of a file in disk which contains an array or an
object that was saved using lSaveObject() / lSaveVar()
<nOpenMode> Is the DOS File mode in which the file shall be opened. The
Default value is FO_WRITE and FO_COMPAT
RETURNS:
<oObject> is a reference of the array or the object just being restored
DESCRIPTION:
This Function lets you save & restore any object/Array to a File. In order
to let Clipper properly rebuild a specific class object, an external
reference to that class must be specified, so that the class is being
linked in ( like EXTERN TWINDOW on top of your Application, if you have
saved a TWindow Object to disk )
See Also:
lSaveObject
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson