RTreeView.Expand


public property Expand

Prototype:

public function Expand(path)

Parameters

path
the position(index as number or path as string or array)

Description:

This function will expand the tree making the item on indicated by the path parameter visible. If the Model property is not set to MODEL_TREEVIEW this function has no effect.

Return value:

Returns the result of the Send method (not to be considered important).