Event Connection.Unconnected: Difference between revisions
Appearance
XML import |
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 | [[Variable Types|STRING]] ''PropName'' | ||
:The name of the unconnected property | :The name of the unconnected property | ||
==Return value== | ==Return value== | ||
[[Variable | [[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