JVCL Help:TJvCustomInspectorItem.DrawName
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomInspectorItem.DrawName Method
[+] TJvCustomInspectorItem Events
[+] TJvCustomInspectorItem Methods
[+] TJvCustomInspectorItem Properties
Search in JVCL Help
Search in all projectsSummary
Draws the item name.
Pascal
procedureDrawName(constACanvas: TCanvas); virtual;
Parameters
Parameters | Description |
const ACanvas: TCanvas | Canvas to draw on. |
Description
DrawName draws the item's name. The default implementation simply draws the name using the current font and brush.
Descendants should override this method to provide other means of painting the name. Note: the fact that category names are painted bold is not determined by the DrawName method, but rather by the painter object.
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