Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to integrate similar diagam functions in my delphi application?

I would like to use some diagrams/drawings similar to the picture below in my applications especially without having to pay for any third-party components. Any idea where to start ?

enter image description here

like image 905
Steve Avatar asked Oct 28 '25 16:10

Steve


1 Answers

You may look at the JVCL JVDiagramShape.

You have a good example, in the \jvcl\examples\JvDiagramShape\2. UseCaseEditor directory created when you install the JVCL. Not as cool as your example but you may choose your own images.

Use case Editor

You may found also another example with a WebMapper, in \jvcl\examples\JvDiagramShape\1. WebSiteScanner : WebMapper

like image 102
philnext Avatar answered Oct 31 '25 13:10

philnext