JVCL Help:TJvErrorImageAlignment

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

Search in JVCL Help

 
Search in all projects
 

Summary

Controls where an error icon is displayed.

run\JvErrorIndicator.pas


Pascal

 run\JvErrorIndicator.pas
 TJvErrorImageAlignment = (
eiaBottomLeft,
eiaBottomRight,
eiaMiddleLeft,
eiaMiddleRight,
eiaTopLeft,
eiaTopRight
);


Members

Members Description
eiaBottomLeft Displays the error image on the controls left side aligned to the bottom edge of the control.
eiaBottomRight Displays the error image on the controls right side aligned to the bottom edge of the control.
eiaMiddleLeft Displays the error image on the controls left side aligned to the middle of the control.
eiaMiddleRight Displays the error image on the controls right side aligned to the middle of the control.
eiaTopLeft Displays the error image on the controls left side aligned to the top edge of the control.
eiaTopRight Displays the error image on the controls right side aligned to the top edge of the control.

run\JvErrorIndicator.pas


Description

TJvErrorImageAlignment is the type used by the ImageAlignment property of error indicators and indicates where an error image should be placed in relation to the control it is associated with.
Possible values for this type are:

run\JvErrorIndicator.pas


About

Navigation

no pages or subcategories

run\JvErrorIndicator.pas



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