Jump to content

Event Connection.PinPopulate: Difference between revisions

From Flowcode Help
No edit summary
No edit summary
Line 38: Line 38:


==Detailed description==
==Detailed description==
''<span style="color:red;">No additional information</span>''
 




==Examples==
==Examples==
''<span style="color:red;">No additional examples</span>''

Revision as of 11:55, 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 
- Non-zero to claim the event Return


Detailed description

Examples