Table of Contents

TTMSFNCTreeViewNode.LoadFromString Method

Restores this node's properties and descendants from a previously serialised string.

API unit family: TMSFNCTreeViewData Declaring type: TTMSFNCTreeViewNode

Syntax

procedure LoadFromString(AString: String); virtual;

Parameters

Name Description
AString The serialised node string produced by SaveToString.