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

TListItem.Checked

Displays a check mark to allow the list item to be include in list view operations.

Declaration

Source position: comctrls.pp line 1068

public property TListItem.Checked : Boolean
  read GetChecked
  write SetChecked;

Description

Checked is a Boolean property which indicates if a check mark is displayed for the list item. Checked allows specific list items to be marked for inclusion in methods for the list view control, such as Sort.

Checked is one of the TListViewProperty values included in the TListViewProperties set type and exchanged with the widgetset class. The property value is read from and written to the TCustomTreeview widgetset class instance when its handle is valid.

See also

TListItem.Owner

  

Container that is the Owner of the list item.

TListItems.Owner

  

List view control that is the owner of the container and its list items.

TCustomListView.CheckBoxes

  

Displays a check box column for the list items on the control.

TCustomListView.Sort

  

Sorts the values in Items using the SortType, SortColumn, and SortDirection for the control.

TCustomListView.SortType

  

Specifies the sorting mechanism used for the current SortColumn.

TCustomListView.OnItemChecked

  

Event handler signalled when the Checked property for a list item has been changed.

TListViewProperties

  

Set type used to store values from the TListViewProperty enumeration.

TListViewProperty

  

Represents Boolean properties used in TCustomListView.


Version 3.2 Generated 2024-02-25 Home