[Overview][Constants][Types][Classes][Procedures and functions][Index] |
TListViewProperty - enumerated type: a series of constants denoting the properties of a listview
Source position: comctrls.pp line 971
type TListViewProperty = ( |
||
lvpAutoArrange, |
|
|
lvpCheckboxes, |
|
|
lvpColumnClick, |
|
|
lvpFlatScrollBars, |
|
|
lvpFullDrag, |
|
|
lvpGridLines, |
|
|
lvpHideSelection, |
|
|
lvpHotTrack, |
|
|
lvpMultiSelect, |
|
|
lvpOwnerDraw, |
|
|
lvpReadOnly, |
|
|
lvpRowSelect, |
|
|
lvpShowColumnHeaders, |
|
|
lvpShowWorkAreas, |
|
|
lvpWrapText, |
|
|
lvpToolTips |
||
); |
TListViewProperty - enumerated type: a series of constants denoting the properties of a listview
lvpAutoArrange, lvpCheckboxes, lvpColumnClick, lvpFlatScrollBars, lvpFullDrag, lvpGridLines, lvpHideSelection, lvpHotTrack, lvpMultiSelect, lvpOwnerDraw, lvpReadOnly, lvpRowSelect, lvpShowColumnHeaders, lvpShowWorkAreas, lvpWrapText, lvpToolTips
lazarus-ccr.sourceforge.net |