[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 102
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. |
Used in the implementation of the SetObjectTypes method.
|
The container with the TTreeNode instances used in the control. |
|
|
Indicates the directory to start showing the list of items. |