Difference between revisions of "Event Connection.Unconnected"

From Flowcode Help
Jump to navigationJump to search
(XML import of Events for release)
(XML import for latest events)
Line 15: Line 15:
 
==Return value==
 
==Return value==
 
[[Variable Types|ULONG]]
 
[[Variable Types|ULONG]]
Non-zero to block the compile (error) else zero
+
Non-zero to block and claim the error else zero
  
  

Revision as of 16:15, 12 November 2013


<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