RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListControlItem.Changed Method

Responds when any of the item's properties changes.

Pascal
procedure Changed;
C++
__fastcall Changed();

Changed is called automatically when the item's properties change. It calls the Update method of the corresponding TListControlItems object, so that the collection can perform any necessary adjustments. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!