[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Event handler signalled to draw an Item on the data-aware list box.
Source position: dbctrls.pp line 418
published property TDBListBox.OnDrawItem : TDrawItemEvent; |
OnDrawItem is an event handler used to draw an Item on the data-aware list box.
For example, selecting an item may require it to be highlighted or have its font or background changed.
|
Handler for painting of a list item in owner-draw mode. |