FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kObject kDataTree_ItemContent ( kDataTree  tree,
kDataTreeItem  item 
)

Returns the data object owned by a tree item.

The kDataTree_ItemData function creates a clone of the underlying data and returns the clone. The kDataTree_ItemContent function returns a reference to the underlying data object. Ownership of the underlying data object is not transferred by this function.

Parameters
treeTree object.
itemTree item.
Returns
Returns the data object owned by a tree item.