Method XbpTreeView():setData() Foundation

Defines the marked item in the tree view.

Syntax
:setData( <oMarkedItem> ) --> lSuccess
Parameters
<oMarkedItem>
<oMarkedItem> is the XbpTreeViewItem object to be marked in the tree view.
Return

This method returns the value .T. (true) if the item could be marked, otherwise it returns .F. (false).

Description

The method :setData() marks a particular XbpTreeViewItem object in the tree and selects it as the current one.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.