| When a user program is declared in a oUserClass Object's argument list, the user program compiles into the calling program as if it was an Object. All of the user program's Objects are created and the user program's Main procedure is called at the time that the oUserClass is created. All other procedures become methods of the Object. All of the user program's Object's properties are accessible by stating the User Class name followed by a period and then the user program's Object and property in normal format. NOTE: When specifying the filename of the user class, the file path is assumed to be the same as the calling program. If the actual path is different, then the full path will need to be given. |