JVCL Help:TJvErrorIndicator.Images

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

Search in JVCL Help

 
Search in all projects
 

Summary

Lists the images that can appear on the error icons.


Pascal

 propertyImages: TCustomImageList;


Description

Images contains a list of images that can appear on the error controls. Each error control’s ImageIndex property determines the specific image displayed on it. If Images is unassigned, no images are displayed on the error controls.
Images in the list can be of any size, the error control will automatically adjust its size and position. To accommodate every system on which your application runs, it is recommended that you do not use 256 colors or higher.


See Also

TJvErrorControl.ImageIndex, TJvErrorControl.Images, TJvErrorIndicator.ImageIndex


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