Jump to content

Event Connection.Unconnected: Difference between revisions

From Flowcode Help
Admin (talk | contribs)
XML import
JonnyW (talk | contribs)
XML Import to change Variable types into Variable Types
Line 1: Line 1:
Sent when the component is compiled with unconnected pins
Sent when the component is compiled with unconnected pins


Line 7: Line 6:


==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 the compile (error) else zero
Non-zero to block the compile (error) else zero



Revision as of 11:09, 10 June 2013

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 the compile (error) else zero


Detailed description

No additional information


Examples

No additional information