[ Home | Contents | Search | Next | Previous | Up ]
Date: 12/1/99
Time: 10:34:57 PM
In a TTreeView, I have an associated TImageList. How do I cause the image
associated with a given node to change when the user selects the node?
In the event handler for the selection of the node, call
TTreeNode->SetSelectedImageIndex(int index),
where the index is the index into the TImageList of the image you wish to display.