Component class

In Windows client, a type of global object that packages sets of component properties. A component class allows you to reuse specifications for a component on multiple forms. For example, instead of specifying a caption, a list of values, and a validator for a component on each form, you can create a component class that bundles the properties. You can then base a component on the component class to inherit those attributes automatically.