TItemChange describes the type of change a list item undergoes.
TItemChange = ( ctText, ctImage, ctState );
enum TItemChange { ctText, ctImage, ctState };
ComCtrls
TItemChange can have one of the following values:
Value |
Meaning |
ctText |
A change to the Caption property of the list item. |
ctImage |
A change to the list item's ImageIndex property or the list view's image list. |
ctState |
A change to the list item's |
TListItem
TListItem
TCustomViewItem
TListItem
TListItem
TCustomViewItem
TListItem
TCustomViewItem
TCustomViewItem
TCustomViewControl
TCustomListView
TCustomListview
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|