[Overview][Types][Classes][Procedures and functions][Index] |
Updates the tree view to display file system objects starting at the specified tree node.
Source position: shellctrls.pas line 133
public procedure TCustomShellTreeView.Refresh( |
ANode: TTreeNode |
); overload; |
ANode |
|
Tree node with the initial path displayed in the shell control; Nil defaults to the root directory. |
Refresh is an overloaded method in TCustomShellTreeView. It ensures that the tree node specified in ANode is selected and expanded to reveal its immediate first-level child nodes. When ANode is unassigned (Nil), the value in Root is updated for the tree view an associated list view control (when assigned). Setting the value in Root also populates the TShellTreeNode instances in the Items property.
Refresh is called when a new value is assigned to the ObjectTypes property.
|
Contains the tree nodes used to represent the hierarchical tree structure for the tree view control. |
|
|
Indicates the directory or path which is the top-level node in the tree view. |
|
|
Connects this ShellTreeView to a ShellListView. |
|
|
Indicates the file system objects displayed using the control. |
Version 4.0 | Generated 2025-05-03 | Home |