JVCL Help:TJvErrorIndicator.Images
JVCL Help: TJvErrorIndicator.Images Property
Search in JVCL Help
Search in all projectsSummary
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