Vcl.Samples.DirOutln.TDirectoryOutline.BuildSubTree

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure BuildSubTree(RootItem: Longint); virtual;

C++

virtual void __fastcall BuildSubTree(int RootItem);

Properties

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


Description

Adds to the outline all the subdirectories of a directory.

Use BuildSubtree to recursively add all the descendants of the node specified by the RootItem parameter.

See Also