August 1999
Intermediate to advanced
1488 pages
72h 53m
English
stproc.prototype.method = methodName stproc.prototype.property
The prototype property of the Stproc object allows you to create new properties and methods of the object. If you are adding a method, set the instance equal to the methodName of the method you have defined.
Listing 8.146 creates a new property and method of the Stproc object. An instance is created and the new property is set. The new method is then called to verify the property, and, if it is incorrect, an error is written to the page.
<SERVER> // Define the method that we prototyped function verifyWork(){ // Check to see if the type ... |
Read now
Unlock full access