Display Bold Items in the TTreeView Delphi Control
Thursday June 25, 2009
TIPS ::
By default (Windows drawing), all items (tree nodes) of a tree view share the same font styling. If you only want to apply *bold* to some tree items (their Captions), you can use a "special" TreeView API. Here's how to *bold* tree items in Delphi applications.
By default (Windows drawing), all items (tree nodes) of a tree view share the same font styling. If you only want to apply *bold* to some tree items (their Captions), you can use a "special" TreeView API. Here's how to *bold* tree items in Delphi applications.

Comments
Thanks, it works OK. But I had a hard time to find out how to “toggle” from Bold to normal and normal to bold.
Thanks, it works great with Delphi 2007 but with Delphi 7, I have to disable hottrack because I see bold on wrong lines when I move the mouse.