Difference between revisions of "Event Connection.AnPopulate"

From Flowcode Help
Jump to navigationJump to search
(XML import of events update)
 
(XML import)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
 
 
<sidebar>Event Contents</sidebar>
 
<sidebar>Event Contents</sidebar>
 
Sent when auto-populate of analog connections is requested
 
Sent when auto-populate of analog connections is requested
Line 14: Line 12:
 
[[Variable Types|UINT]] ''PropChannel''
 
[[Variable Types|UINT]] ''PropChannel''
 
:The index of the ADC channel selected in PropName
 
:The index of the ADC channel 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''

Latest revision as of 15:58, 16 January 2014

<sidebar>Event Contents</sidebar> Sent when auto-populate of analog connections is requested

This event is part of the Connection class

Parameters

STRING PropName

The property to base the other connections on

UINT PropChannel

The index of the ADC channel 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