JVCL Help:TJvErrorImageAlignment
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvErrorImageAlignment type
Search in JVCL Help
Search in all projectsSummary
Controls where an error icon is displayed.
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. |
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:
About
no pages or subcategories
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