[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'ShellCtrls' (#lcl)

TCustomShellTreeView.Create

Constructor for the class instance.

Declaration

Source position: shellctrls.pas line 93

public constructor TCustomShellTreeView.Create(

  AOwner: TComponent

); override;

Arguments

AOwner

  

Component that owns the class instance.

Description

Create is the constructor for the class instance. Create calls the inherited method using the value in AOwner as the owner for the class instance. Create initializes an internal member used to monitor the Root property for changes to its value. Create sets the value in ObjectTypes to display folders.

Please note: Design-time values in the Items property are populated when the Loaded method is called during component streaming.

See also

TCustomShellTreeView.Root

  

Indicates the directory to start showing the list of items.

TCustomShellTreeView.ObjectTypes

  

Indicates which objects should be shown in this control (for example if it should show files and directories or only directories).

TCustomShellTreeView.Items

  

The container with the TTreeNode instances used in the control.

TCustomShellTreeView.ShellListView

  

Connects this ShellTreeView to a ShellListView.

TCustomShellTreeView.Loaded

  

Performs actions needed when LCL component streaming has been completed.