ComCtrls.TItemState
From RAD Studio VCL Reference
Delphi Information
From ComCtrls.pas
TItemState = { isNone, isCut, isDropHilited, isFocused, isSelected, isActivating };
Unit: ComCtrls
Type: enum
C++ Information
From ComCtrls.hpp
enum TItemState{ isNone, isCut, isDropHilited, isFocused, isSelected, isActivating };
Unit: ComCtrls
Type: enum
Description
TItemState and TItemStates specify the state of an item in a list view control.
TItemStates is a set of TItemState values. TItemState indicates the state of an item in a list view. It can have any of the following values:
| Value | Meaning |
|---|---|
|
isNone |
Item is in its default state |
|
isCut |
Item is cut (for cut and paste operation) |
|
isDropHilited |
Item is highlighted as a drag-and-drop target |
|
isFocused |
Item is focused |
|
isSelected |
Item is selected |
|
isActivating |
Item is active |