TTMSFNCTreeViewNode.SaveToString Method
Serialises this node and its descendants to a string.
API unit family: TMSFNCTreeViewData
Declaring type: TTMSFNCTreeViewNode
Syntax
function SaveToString(ATextOnly: Boolean = True): String; virtual;
Parameters
| Name | Description |
|---|---|
ATextOnly |
True exports only plain cell text; False includes all node properties. |
Returns
A string representation of this node and its descendants.