JVCL Help:TInspectorPaintRect

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

Search in JVCL Help

 
Search in all projects
 

Summary

Specific paint rectangle

run\JvInspector.pas


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.

run\JvInspector.pas


Description

TInspectorPaintRect enumerates the different painting rectangles for an item. The painter object will set these rectangles for each item when it gets painted.

run\JvInspector.pas


About

Navigation

no pages or subcategories

run\JvInspector.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