Changing the default behavior of Clicking a LinkPoint

Hello
When I click on a certain linkPoint inside a DiagramBlock, I automatically get a line attached to the DiagramBlock. How can I override this default behavior? I might need to cancel this behavior or maybe replace it by moving the position of the LinKpoint inside the DiagramBlock.
Please Help!

Hello, set ConnectionLineClass property to nil:

atDiagram1.ConnectionLineClass := nil;

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.