[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Determines how items are drawn in a ListBox.
Source position: stdctrls.pp line 488
type TListBoxStyle = ( |
||
lbStandard, |
|
Items drawn by the widget. |
lbOwnerDrawFixed, |
|
Items drawn by user code, all items have the same height. |
lbOwnerDrawVariable, |
|
Items drawn by user code, every item can have a different height. |
lbVirtual |
||
); |
lazarus-ccr.sourceforge.net |