Frequently Asked Component Specific Questions

Options

Display all FAQ items

Search FAQ items:


Displaying items 1 to 1 of 1, page 1 of 1

<< previous next >>

THTMLTreeView
Performance tip

When looping through nodes of the treeview, performance will be significantly better when using GetFirst and GetNext methods instead of accessing Items[index].
Note that this tip also qualifies to the standard VCL TTreeView as THTMLTreeview descends from this control.