Vcl.Samples.DirOutln.TDirectoryOutline.BuildOneLevel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure BuildOneLevel(RootItem: Longint); virtual;

C++

virtual void __fastcall BuildOneLevel(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 the first-level subdirectories of a directory.

Use BuildOneLevel to add to the outline the direct descendants of the specified directory. RootItem represents the index of the root directory.

See Also