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

TListViewProperty

TListViewProperty - enumerated type: a series of constants denoting the properties of a listview

Declaration

Source position: comctrls.pp line 862

type TListViewProperty = (

  lvpAutoArrange,

  

  lvpCheckboxes,

  

  lvpColumnClick,

  

  lvpFlatScrollBars,

  

  lvpFullDrag,

  

  lvpGridLines,

  

  lvpHideSelection,

  

  lvpHotTrack,

  

  lvpMultiSelect,

  

  lvpOwnerDraw,

  

  lvpReadOnly,

  

  lvpRowSelect,

  

  lvpShowColumnHeaders,

  

  lvpShowWorkAreas,

  

  lvpWrapText,

  

  lvpToolTips

);