JVCL Help:TInspectorPaintRect
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TInspectorPaintRect type
Search in JVCL Help
Search in all projectsSummary
Specific paint rectangle
Pascal
run\JvInspector.pas
TInspectorPaintRect = (
iprItem,
iprButtonArea,
iprBtnSrcRect,
iprBtnDstRect,
iprNameArea,
iprName,
iprValueArea,
iprValue,
iprEditValue,
iprEditButton,
iprUser1,
iprUser2,
iprUser3,
iprUser4,
iprUser5,
iprUser6
);
Members
Members | Description |
iprItem | This rectangle holds the rectangle that encompasses the entire item. |
iprButtonArea | Note that this area might not be completely filled by the button. |
iprBtnSrcRect | The rectangle could be empty if no button is to be painted. |
iprBtnDstRect | The rectangle could be empty if no button is to be painted. |
iprNameArea | Note that this area might not be filled completely. |
iprName | This rectangle will fall in the iprNameArea rectangle. |
iprValueArea | Note that this area might not be filled completely. |
iprValue | This rectangle will fall in the iprValueArea rectangle. |
iprEditValue | This rectangle will fall in the iprValueArea. If the item has an edit button, the rectangle will have a right margin 1 left of the button's left rectangle. The rectangle will be empty if the item is not in edit mode. |
iprEditButton | This rectangle will be at the right margin of the iprValueArea. The rectangle will be empty if the item is not in edit mode or if the item doesn't require a button. |
iprUser1 | Usage depends on the individual item types. |
iprUser2 | Usage depends on the individual item types. |
iprUser3 | Usage depends on the individual item types. |
iprUser4 | Usage depends on the individual item types. |
iprUser5 | Usage depends on the individual item types. |
iprUser6 | Usage depends on the individual item types. |
Description
TInspectorPaintRect enumerates the different painting rectangles for an item. The painter object will set these rectangles for each item when it gets painted.
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