Jump to content

Event Connection.PinPopulate: Difference between revisions

From Flowcode Help
No edit summary
No edit summary
Line 32: Line 32:
| colspan="2" | May update for a wildcard filter of property names to auto-populate 
| colspan="2" | May update for a wildcard filter of property names to auto-populate 
|-
|-
| width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-void-icon.png]] - Non-zero to claim the event
| width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-u32-icon.png]] - ULONG
| width="90%" style="border-top: 2px solid #000;" | ''Return''
| width="90%" style="border-top: 2px solid #000;" | ''Return''
| colspan="2" | Non-zero to claim the event 
|}
|}



Revision as of 12:25, 16 January 2023

PinPopulate
Sent when auto-populate of digital connections is requested 
- STRING PropName
The property to base the other connections on 
- UINT PortIndex
The index of the port selected in PropName 
- UINT BitIndex
The index of the bit selected in PropName 
- INT IncrementStep
May update to increment or decrement connections on auto-populate 
- STRING NameFilter
May update for a wildcard filter of property names to auto-populate 
- ULONG Return Non-zero to claim the event 


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


Detailed description

Examples