Vcl.Samples.DirOutln.TDirectoryOutline.CreateWnd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CreateWnd; override;

C++

virtual void __fastcall CreateWnd(void);

Properties

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

Description

CreateWnd is used in the initialization of the control.

CreateWnd gets the current path, sets it as the current Directory, and builds the directory hierarchy.

See Also