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

TCustomShellTreeView.Refresh

Updates the tree view to display file system objects starting at the specified tree node.

Declaration

Source position: shellctrls.pas line 102

public procedure TCustomShellTreeView.Refresh(

  ANode: TTreeNode

); overload;

Arguments

ANode

  

Tree node with the initial path displayed in the shell control; Nil defaults to the root directory.

Description

Used in the implementation of the SetObjectTypes method.

See also

TCustomShellTreeView.Items

  

The container with the TTreeNode instances used in the control.

TCustomShellTreeView.Root

  

Indicates the directory to start showing the list of items.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.