The Parameter Object

Another cool feature of the Command object is the use of a Parameter object collection. This is used to hold command-specific parameters. The Parameter interface to the Command Object (now that's a mouthful!) represents a parameter of a command.  So you can easily create Parameter objects, and then add them to the parameter collection. Why? Well, this really speeds things up.

© 1998 by Wrox Press. All rights reserved.