Difference between revisions of "Connection Point Icon Properties"

From Flowcode Help
Jump to navigationJump to search
Line 9: Line 9:
 
'''Part one: the connection point'''
 
'''Part one: the connection point'''
  
[[File:Connection_Point_Icon.gif]] → [[File:Connection_Point_Flowchart_Icon.png]] → [[File:Connection_Point_Properties.png]]
+
[[File:Btn_Connection_Point.gif]] → [[File:Gen_Connection_Point_Flowchart_Icon.png]] → [[File:Gen_Connection_Point_Icon_Properties.png]]
  
  
Line 24: Line 24:
 
'''Part two: the jump point'''
 
'''Part two: the jump point'''
  
[[File:Goto_Connection_Point_Icon.gif]] → [[File:Goto_Connection_Point_Flowchart_Icon.png]] → [[File:Goto_Connection_Point_Properties.png]]
+
[[File:Btn_Goto_Connection_Point.gif]] → [[File:Gen_Goto_Connection_Point_Flowchart_Icon.png]] → [[File:Gen_Goto_Connection_Point_Icon_Properties.png]]
  
  

Revision as of 13:51, 13 June 2013

<sidebar>Sidebar: Icon Properties</sidebar> Connection icons are used to link from one part of a flowchart to another. Using this icon is more difficult to debug, and a well written program will usually not need to use this icon. When the flowchart reaches the jump point it jumps to the matching connection point and then continues execution.


Connection icons are used in pairs, part one is the connection point - the point in the flowchart to jump to. Part two is the jump point - the point in the flowchart to jump from. Both parts share a connection letter - in this case 'A'. Several jump points can reference one connection point.


Part one: the connection point

Btn Connection Point.gifGen Connection Point Flowchart Icon.pngGen Connection Point Icon Properties.png


Display Name

The name of the icon that appears on the flowchart.


Label

The text that will be displayed on the connection point allowing for meaningful labels to be created.


Part two: the jump point

Btn Goto Connection Point.gifGen Goto Connection Point Flowchart Icon.pngGen Goto Connection Point Icon Properties.png


Display Name

The name of the icon that appears on the flowchart.


Jump to Connection Point

Select the connection point definition that you wish to jump to. This option is not available if the icon is the definition of the connection point rather than a jump.