This example sets the icon of the root node in a TTreeView to the standard folder icon:
TreeView.Images := SystemImageList; SystemImageList.Size := si_small; TreeView.Items[0].ImageIndex := SystemImageList.GetFolderIconNumber;