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 >>

TAdvTreeView
How to change the starting directory for TAdvDirectoryTreeview

You can use the following code to initialize the treeview with all the drives:
procedure TForm1.FormCreate(Sender: TObject); 
begin
  AdvDirectoryTreeView1.LoadDrives;
end;