Regarding: Delphi, VirtualStringTree - classes (objects) instead of records Does the memory increases or something?
How do I do create a listview (or similar) with a button on each line?The button needs to be able to ha开发者_如何学编程ve different text/color on each line as required.
I\'ve made a form containing a TVirtualStringTree that works in Delphi 7 and Delphi 2010. I notice that as I move between the two platforms I get the message \'...parameter list differ..\' on the tree
I just discovered this component and started working with it. I understand that the whole con开发者_StackOverflow中文版cept of it is to initialize nodes on the go as they are needed but I need all of
Does anyone happen to have a copy of the Virtual TreeView that is Delphi5 compatible? Or does anyone know where it can be downloaded from?
I have a TVirtualStringTree, each开发者_Go百科 node represents a file, what I want to do is to allow a user drag a node to the Windows Explorer or Outlook and the target gets a real file. It seems tha
[This is an updated version of a question posted earlier, the previous title was Selecting node by index in Delphi’s Virtual Treeview.]
See this screenshot, in the middle it\'s the small hint windows that are generated by a TVirtualStringTree control and were left out on the screen, these hint windows will remain there until the appli
When TVirtualStreeTree.HintMode = hmTooltip, the node text will become the hint text when the mouse is hovered over a node and column where the node text is not completely shown. But I have to set Hin
I am using a TVirtualStringTree (part of the Virtual TreeView Component) in my Delphi project and I would like to create a view where 2 columns can have children that are expandable/collapsable with [