|
FireSync API
|
| 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.
| tree | Tree object. |
| item | Tree item. |