Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - uloadstruct() restore an array or an object from disk http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 uLoadStruct()          Restore an array or an object from disk
--------------------------------------------------------------------------------

   Syntax:              uLoadStruct( <cObjFile> )  --> <oObject>

   Parameters:

   <cObjFile>           The name of a file on disk which contains
                        an array or an object previously saved with
                        lSaveStruct().

   Returns:

   <oObject>            A reference of the array or the object
                        just beeing created.

   Observations:        In order to let Clipper properly rebuild a
                        specific class object, an external reference
                        to that class must be specified.

                        // Place this at the beginning of your app
                        // change TWindow for the name of the class
                        // of that object

                        extern TWindow

   Source code:         Not provided.

   See also:            lSaveStruct()


Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson