RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ComCtrls.TItemChange Enumeration

TItemChange describes the type of change a list item undergoes.

Pascal
TItemChange = (
  ctText,
  ctImage,
  ctState
);
C++
enum TItemChange {
  ctText,
  ctImage,
  ctState
};

TItemChange is usually associated with an event in a com server, describing the type of change that occured.  

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 state  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!