[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 971

type TListViewProperty = (

  lvpAutoArrange,

  

  lvpCheckboxes,

  

  lvpColumnClick,

  

  lvpFlatScrollBars,

  

  lvpFullDrag,

  

  lvpGridLines,

  

  lvpHideSelection,

  

  lvpHotTrack,

  

  lvpMultiSelect,

  

  lvpOwnerDraw,

  

  lvpReadOnly,

  

  lvpRowSelect,

  

  lvpShowColumnHeaders,

  

  lvpShowWorkAreas,

  

  lvpWrapText,

  

  lvpToolTips

);

Description

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
The latest version of this document can be found at lazarus-ccr.sourceforge.net.