Loads a diagram from string containing XML code.
VB6
![]() |
---|
Public Sub ReadFromString( _ |
C++
![]() |
---|
public: |
The 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.
FlowChartX Programmer's Guide | © 2023 MindFusion |