Jump to content

Component: FCD helper (Matrix Tools): Difference between revisions

From Flowcode Help
No edit summary
No edit summary
Line 14: Line 14:
==FCD helper component==
==FCD helper component==
A helper control to query the current Flowcode definition XML file.   
A helper control to query the current Flowcode definition XML file.   
==Component Pack==
FREE


==Detailed description==
==Detailed description==




Line 26: Line 32:


==Examples==
==Examples==




Line 93: Line 101:
|-
|-
|-
|-
| width="10%" align="center" | [[File:]] -  
| width="10%" align="center" | [[File:Fc9-h32-icon.png]] - HANDLE
| width="90%" | Dest
| width="90%" | Dest
|-
|-

Revision as of 16:20, 7 January 2022

Author Matrix Ltd
Version 1.0
Category Matrix Tools


FCD helper component

A helper control to query the current Flowcode definition XML file.

Component Pack

FREE

Detailed description

No detailed description exists yet for this component

Examples

No additional examples


Downloadable macro reference

GetStrListItem
Gets a list item from a string index and a textual name Suitable for writing to a property filter Newline is added  
- STRING Index
 
- STRING Name
 
- STRING Return


GetIntListItem
Gets a list item from an integer and a textual name Suitable for writing to a property filter Newline is added  
- UINT Index
 
- STRING Name
 
- STRING Return


Register
Registers a property to update when the FCD changes  
- HANDLE Dest
 
- STRING PropName
 
- STRING FCDPath
 
- UINT INdex
A zero based index of the path to find 
- STRING IxAttr
 
- STRING NameAttr
 
- VOID Return


GetPropertyList
Gets a filter list suitable for adding to a property Uses the [u]IxName[/u] as the index into the list Uses the [u]Text[/u] as the line to show in list-boxes  
- STRING FCDPath
 
- UINT Index
A zero based index of the path to find 
- STRING IxName
 
- STRING Text
 
- STRING Return



Property reference

Properties
Connections
Simulations