TItemState and TItemStates specify the state of an item in a list view control.
TItemStates = set of TItemState;
TItemState TItemStates;
ComCtrls
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 |
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|