Vcl.Samples.DirOutln.TDirectoryOutline.WalkTree

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure WalkTree(const Dest: string);

C++

void __fastcall WalkTree(const System::UnicodeString Dest);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Samples.DirOutln.pas
Vcl.Samples.DirOutln.hpp
Vcl.Samples.DirOutln TDirectoryOutline

Description

Walks the tree to a specified destination.

WalkTree walks the tree to the directory indicated in Dest, which becomes the new current Directory. All the directories on the path are expanded and the final destination is set as the SelectedItem.

See Also