JVCL Help:TJvCustomInspectorItem.DrawValue
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomInspectorItem.DrawValue Method
[+] TJvCustomInspectorItem Events
[+] TJvCustomInspectorItem Methods
[+] TJvCustomInspectorItem Properties
Search in JVCL Help
Search in all projectsSummary
Draws the item value.
Pascal
procedureDrawValue(constACanvas: TCanvas); virtual;
Parameters
Parameters | Description |
const ACanvas: TCanvas | Canvas to draw on. |
Description
DrawValue draws the item's value. The default implementation either calls the DrawEditor method (if the item is in edit mode) or draws the current value using the current font and brush.
Descendants should override this method to provide other means of painting the value. Note: the font color for values is determined by the painter object, not by the DrawValue method.
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