Jump to content

Event Connection.Unconnected: Difference between revisions

From Flowcode Help
No edit summary
m Text replacement - "width="90%" style="background-color:#D8C9D8; color:#4B008D;"" to "width="90%" class="mtx-class-macrohead""
Line 2: Line 2:
|-
|-
| width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]]
| width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]]
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''Unconnected'''
| width="90%" class="mtx-class-macrohead" | '''Unconnected'''
|-
|-
| colspan="2" | Sent when the component is compiled with unconnected pins 
| colspan="2" | Sent when the component is compiled with unconnected pins 

Revision as of 14:12, 13 July 2026

Unconnected
Sent when the component is compiled with unconnected pins 
- STRING PropName
The name of the unconnected property 
- ULONG Return
Non-zero to block and claim the error else zero 


Details on using Event Macros can be found here: Event Macros


Detailed description

Examples