Difference between revisions of "Event Connection.Unconnected"

From Flowcode Help
Jump to navigationJump to search
(XML import)
(XML import)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
+
<sidebar>Event Contents</sidebar>
 
Sent when the component is compiled with unconnected pins
 
Sent when the component is compiled with unconnected pins
  
Line 7: Line 7:
  
 
==Parameters==
 
==Parameters==
[[Variable types|STRING]] ''PropName''
+
[[Variable Types|STRING]] ''PropName''
 
:The name of the unconnected property
 
:The name of the unconnected property
 +
  
 
==Return value==
 
==Return value==
[[Variable types|ULONG]]
+
[[Variable Types|ULONG]]
 +
Non-zero to block and claim the error else zero
 +
 
  
Non-zero to block the compile (error) else zero
 
 
==Detailed description==
 
==Detailed description==
 
''<span style="color:red;">No additional information</span>''
 
''<span style="color:red;">No additional information</span>''
Line 19: Line 21:
  
 
==Examples==
 
==Examples==
''<span style="color:red;">No additional information</span>''
+
''<span style="color:red;">No additional examples</span>''

Latest revision as of 15:59, 16 January 2014

<sidebar>Event Contents</sidebar> Sent when the component is compiled with unconnected pins

This event is part of the Connection class

Parameters

STRING PropName

The name of the unconnected property


Return value

ULONG Non-zero to block and claim the error else zero


Detailed description

No additional information


Examples

No additional examples