Loads a diagram from string containing XML code.
SyntaxVB6
Copy Code
|
|---|
Public Sub ReadFromString( _ |
C++
Copy Code
|
|---|
public: |
RemarksThe specified text should be previously created via XMLWriter.WriteToString.
If there are VariantTag objects associated with diagram elements, FlowChartX won't deserialize them automatically. You must provide a handler for the DeserializeTag event and decode the tags from their string representation.
See Also