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

TListViewProperty

Represents Boolean properties used in TCustomListView.

Declaration

Source position: comctrls.pp line 1337

type TListViewProperty = (

  lvpAutoArrange,

  

Represents the AutoArrange property in TCustomListView.

  lvpCheckboxes,

  

Represents the CheckBoxes property in TCustomListView.

  lvpColumnClick,

  

Represents the ColumnClick property in TCustomListView.

  lvpFlatScrollBars,

  

Represents the FlatScrollBars property in TCustomListView.

  lvpFullDrag,

  

Represents the FullDrag property in TCustomListView.

  lvpGridLines,

  

Represents the GridLines property in TCustomListView.

  lvpHideSelection,

  

Represents the HideSelection property in TCustomListView.

  lvpHotTrack,

  

Represents the HotTrack property in TCustomListView.

  lvpMultiSelect,

  

Represents the MultiSelect property in TCustomListView.

  lvpOwnerDraw,

  

Represents the OwnerDraw property in TCustomListView.

  lvpReadOnly,

  

Represents the ReadOnly property in TCustomListView.

  lvpRowSelect,

  

Represents the RowSelect property in TCustomListView.

  lvpShowColumnHeaders,

  

Represents the ShowColumnHeaders property in TCustomListView.

  lvpShowWorkAreas,

  

Represents the ShowWorkAreas property in TCustomListView.

  lvpWrapText,

  

Represents the WrapText property in TCustomListView.

  lvpToolTips

  

Represents the ToolTips property in TCustomListView.

);

Description

TListViewProperty is an enumerated type with values representing Boolean properties used in TCustomListView. This includes the following:

Values from the enumeration are included in or excluded from the TListViewProperties set type. When a value is included in the set, the corresponding Boolean property has been set to True. When a value is excluded from the set, the corresponding Boolean property has been set to False.


Version 3.2 Generated 2024-02-25 Home