TdxBarTreeViewCombo.OnGetImageIndex Event
Occurs when a tree view searches the node ImageIndex.
Declaration
property OnGetImageIndex: TTVExpandedEvent read; write;
Remarks
This event is similar to the TTreeView OnGetImageIndex event. Write an OnGetImageIndex event handler to change the node ImageIndex before drawing the image.
See Also