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

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
This page is hosted on Get Lazarus Code and Component Repository at SourceForge.net. Fast, secure and Free Open Source software downloads