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

Declaration
property BoldNode: TTreeNode; // read-only!!  

Description
The BoldNode is read-only property which returns the pointer to the marked out "bold" node in the TreeView control.  
 
iiwarning The BoldNode can be NIL (NULL) if there is no "bold" node specified (ItemIndex is -1).  
 
tip To retreive the text of the "bold" node you can use Text property.  

See also
ItemIndex, ItemIndexIs and Text properties;  
OnBoldItemBeforeSwitch and OnBoldItemSwitched events.