Fonction GetPath
La fonction GetPath rend le chemin accès correspondant à l ’élément passé en paramètre.
GetPath( item) : string
A la fin de l ’exemple suivant, la variable chaîne contient " alpha.bravo.charlie ".
item = arbre.InsertItem( null, " alpha "); item = arbre.InsertItem( item, " bravo "); item = arbre.InsertItem( item, " charlie "); chaîne = arbre.GetPath( item);