JVCL Help:TJvErrorIndicator.Error

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Provides indexed access to each controls error messages.


Pascal

 propertyError [AControl: TControl]: string;


Description

Use Error along with the AControl parameter to access the error message associated with a control. Setting the error message to an empty string removes the error image (this is the only way to remove an error image for a single control). Use Error[nil] := 'SomeValue' to assign the error message 'SomeValue' to all controls. Using Error[nil] := is equivalent to calling ClearErrors but ClearErrors is slightly faster.


See Also

TJvErrorIndicator.Controls


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