I have Created a TTreeView
in Delphi 5. In this TreeView if any Node
has more than 256 characters then the characters after the 256th position become unreadable (those characters after the 256th position turns to Chinese).
What is the cause for this behaviour and is there any other control that is available in Delphi 5 that i can use to build the Tree Structure.