Method XbpTreeViewItem():getData() Foundation

Returns the value associated with an XbpTreeViewItem object

Syntax
:getData() --> xValue
Return

This method returns the value associated with the XbpTreeViewItem object.

Description

The method :getData() returns the value that has been associated with the XbpTreeViewItem object using the .:setData() method. If a code block is contained in the instance variable :dataLink, this data code block is also executed. The associated value is then passed as parameter to the code block (see DataRef()).

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.