JVCL Help:TJvErrorIndicator
JVCL Help: TJvErrorIndicator Class
Search in JVCL Help
Search in all projectsClass Hierarchy
IJvErrorIndicator
TJvComponent
TJvErrorIndicator
run\JvErrorIndicator.pas
Summary
Provides a user interface for indicating that a control on a form has an error associated with it.
Pascal
run\JvErrorIndicator.pas
TJvErrorIndicator = class(TJvComponent, IUnknown, IJvErrorIndicator);
Description
- JVCLInfo
Use an error indicator when you need to notify the user about an erroneous input value in a non-intrusive way. The error indicator uses the real estate of the form or dialog to display icons next to each control that has been determined to have an error. The icons Hint is also assigned the specific error message so when the user moves the mouse over the icon, the reason for the error is displayed. Although mainly used to display erroneous user input, this component can be used whenever you want to draw the users attention to a specific control or set of controls without having to show a dialog or similar. This component was inspired by and roughly equivalent to the ErrorProvider component in .Net.
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page