|
FireSync API
|
| kStatus kDataTree_SetChildText | ( | kDataTree | tree, |
| kDataTreeItem | parent, | ||
| const kChar * | path, | ||
| const kChar * | value | ||
| ) |
Sets child item content from a text value.
| tree | Tree object. |
| parent | Parent item. |
| path | Path relative to the parent item. |
| value | Text value. |