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

TListViewProperties

Set type used to store values from the TListViewProperty enumeration.

Declaration

Source position: comctrls.pp line 1355

type TListViewProperties = set of (

  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

TListViewProperties is a set type used to store zero or more values from the TListViewProperty enumeration.

The set represents Boolean property values found in TCustomListView / TListView. When a value is included in the set, the corresponding property in TCustomListView has been set to True. The value is excluded from the set when the corresponding property in TCustomListView is set to False. The following properties in TCustomListView are presented in the set type:

TListViewProperties is the type used to implement the internal FProperties member in TCustomListView.

See also

TListViewProperty

  

Represents Boolean properties used in TCustomListView.

TCustomListView

  

TCustomListView is the base class for TListView.


Version 3.2 Generated 2024-02-25 Home