JVCL Help:TJvCustomInspectorItem.DoDrawListItem
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomInspectorItem.DoDrawListItem Method
[+] TJvCustomInspectorItem Events
[+] TJvCustomInspectorItem Methods
[+] TJvCustomInspectorItem Properties
Search in JVCL Help
Search in all projectsSummary
Event handler for the drop down list box.
Pascal
procedureDoDrawListItem(Control: TWinControl; Index: Integer; Rect: TRect; State: TOwnerDrawState); virtual;
Description
DoDrawListItem is the OnDrawListItem event handler of the drop down list box. By default, the method will just output the items text to the Canvas. Descendants can override this method to provide owner draw list box drawing, tailored to the data it represents. See the VCL help on TCustomListBox.OnDrawListItem for information on the parameters.
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