I am trying to create a state machine editor in RAD Studio C++ Builder.
I have blocks "atDiagram1->Blocks[i];"
and Links "atDiagram1->Links[i];"
How do I determine which blocks are linked ?
.js.
There is a demo named "Getting links". Did you check that demo? It's in Delphi but you can open the source code and see how it's done, the C++ Builder approach will be analogous, just with C++ syntax instead of Pascal.
Thank you for the help.
I am making good progress.
Jim