treeview ItemIndexIs property
Return to Introduction  Previous page  Next page
Applies to
acTreeView component as subproperty of BoldItem structure.  

Declaration
type  
  TacItemIndexIs = (iiAbsoluteIndex, iiImageIndex);  
 
property ItemIndexIs: TTreeNode; // iiAbsoluteIndex by default  

Description
The ItemIndexIs property specifies the meaning for the ItemIndex property value.  
 
In case if you want to choose the "bold" node by its absolute index within the TreeView control — set ItemIndexIs to iiAbsoluteIndex.  
 
In case if "bold" node should be selected by its standard ImageIndex — set ItemIndexIs to iiImageIndex.  

See also
ItemIndex property;  
OnBoldItemBeforeSwitch and OnBoldItemSwitched events.