About validating components

Validators for components are global objects that can be reused across multiple components and forms. You can associate one or more validators with a component. Validators can be used to validate values in components, which can greatly enhance efficient processing of the component. This, in turn, can result in faster, more efficient operations of the application overall.

For more information, see the related topics.