Event Connection.PinPopulate: Difference between revisions
Appearance
XML import of events update |
XML import of Events for release |
||
| Line 1: | Line 1: | ||
<sidebar>Event Contents</sidebar> | <sidebar>Event Contents</sidebar> | ||
| Line 17: | Line 16: | ||
[[Variable Types|UINT]] ''BitIndex'' | [[Variable Types|UINT]] ''BitIndex'' | ||
:The index of the bit selected in PropName | :The index of the bit selected in PropName | ||
[[Variable Types|INT]] ''IncrementStep'' | |||
:May update to increment or decrement connections on auto-populate | |||
:''This parameter is returned back to Flowcode'' | |||
[[Variable Types|STRING]] ''NameFilter'' | [[Variable Types|STRING]] ''NameFilter'' | ||
Revision as of 13:33, 2 September 2013
<sidebar>Event Contents</sidebar> Sent when auto-populate of digital connections is requested
This event is part of the Connection class
Parameters
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
- This parameter is returned back to Flowcode
STRING NameFilter
- May update for a wildcard filter of property names to auto-populate
- This parameter is returned back to Flowcode
Return value
ULONG Non-zero to claim the event
Detailed description
No additional information
Examples
No additional examples