[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'StdCtrls' (#lcl)

TCustomListBox.DrawItem

Paints an item in owner-draw mode.

Declaration

Source position: stdctrls.pp line 540

protected procedure TCustomListBox.DrawItem(

  Index: Integer;

  ARect: TRect;

  State: TOwnerDrawState

); virtual;

See also

TDrawItemEvent

  

The handler type for painting a single item of owner-draw list and combo boxes.