Difference between revisions of "Event Connection.PinPopulate"

From Flowcode Help
Jump to navigationJump to search
 
Line 34: Line 34:
 
| width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-u32-icon.png]] - ULONG
 
| 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 
 
| colspan="2" | Non-zero to claim the event 
 
|}
 
|}

Latest revision as of 12:32, 16 January 2023

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


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


Detailed description

Examples