The onpload utility calls the configure function that you returned in pl_get_user_method(), expecting this function to configure all driver methods that are to be customized. The configure function must call the pl_inherit_methods() function, specifying the class of driver that is appropriate for the data being processed.
A driver class can be one of following classes.
After the pl_inherit_methods() function is called, you can add additional functions that are called to support open, close, read, and write requirements of the driver. Call pl_set_method_function() to tie your driver functions into the onpload execution.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]