Vcl.ComCtrls.TItemChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TItemChange = (ctText, ctImage, ctState);

C++

enum DECLSPEC_DENUM TItemChange : unsigned char { ctText, ctImage, ctState };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls

Description

TItemChange describes the type of change a list item undergoes.

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


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


See Also