Difference between revisions of "Event Connection.PinPopulate"

From Flowcode Help
Jump to navigationJump to search
(XML import)
Line 1: Line 1:
<sidebar>Event Contents</sidebar>
+
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
Sent when auto-populate of digital connections is requested
+
|-
 
+
| width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]]
This event is part of the [[Event class Connection|Connection]] class
+
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''PinPopulate'''
 
+
|-
__TOC__
+
| colspan="2" | Sent when auto-populate of digital connections is requested&nbsp;
 
+
|-
==Parameters==
+
|-
[[Variable Types|STRING]] ''PropName''
+
| width="10%" align="center" | [[File:Fc9-string-icon.png]] - STRING
:The property to base the other connections on
+
| width="90%" | PropName
 
+
|-
[[Variable Types|UINT]] ''PortIndex''
+
| colspan="2" | The property to base the other connections on&nbsp;
:The index of the port selected in PropName
+
|-
 
+
| width="10%" align="center" | [[File:Fc9-u16-icon.png]] - UINT
[[Variable Types|UINT]] ''BitIndex''
+
| width="90%" | PortIndex
:The index of the bit selected in PropName
+
|-
 
+
| colspan="2" | The index of the port selected in PropName&nbsp;
[[Variable Types|INT]] ''IncrementStep''
+
|-
:May update to increment or decrement connections on auto-populate
+
| width="10%" align="center" | [[File:Fc9-u16-icon.png]] - UINT
:''This parameter is returned back to Flowcode''
+
| width="90%" | BitIndex
 
+
|-
[[Variable Types|STRING]] ''NameFilter''
+
| colspan="2" | The index of the bit selected in PropName&nbsp;
:May update for a wildcard filter of property names to auto-populate
+
|-
:''This parameter is returned back to Flowcode''
+
| width="10%" align="center" | [[File:Fc9-s16-icon.png]] - INT
 
+
| width="90%" | IncrementStep
 
+
|-
==Return value==
+
| colspan="2" | May update to increment or decrement connections on auto-populate&nbsp;
[[Variable Types|ULONG]]
+
|-
Non-zero to claim the event
+
| width="10%" align="center" | [[File:Fc9-string-icon.png]] - STRING
 +
| width="90%" | NameFilter
 +
|-
 +
| colspan="2" | May update for a wildcard filter of property names to auto-populate&nbsp;
 +
|-
 +
| width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-void-icon.png]] - Non-zero to claim the event
 +
| width="90%" style="border-top: 2px solid #000;" | ''Return''
 +
|}
  
  

Revision as of 11:42, 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-void-icon.png - Non-zero to claim the event Return


Detailed description

No additional information


Examples

No additional examples