Component: FCD helper (Matrix Tools): Difference between revisions
Appearance
No edit summary |
m Text replacement - "width="90%" style="background-color:#D8C9D8; color:#4B008D;"" to "width="90%" class="mtx-class-macrohead"" |
||
| (6 intermediate revisions by 2 users not shown) | |||
| 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. | ||
==Detailed description== | ==Detailed description== | ||
| Line 73: | Line 67: | ||
''<span style="color:red;">No additional examples</span>'' | ''<span style="color:red;">No additional examples</span>'' | ||
| Line 84: | Line 82: | ||
===GetIntListItem=== | ===GetIntListItem=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''GetIntListItem''' | ||
|- | |- | ||
| colspan="2" | Gets a list item from an integer and a textual name Suitable for writing to a property filter Newline is added | | colspan="2" | Gets a list item from an integer and a textual name Suitable for writing to a property filter Newline is added | ||
| Line 108: | Line 106: | ||
===GetPropertyList=== | ===GetPropertyList=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''GetPropertyList''' | ||
|- | |- | ||
| colspan="2" | 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 | | colspan="2" | 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 | ||
| Line 142: | Line 140: | ||
===GetStrListItem=== | ===GetStrListItem=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''GetStrListItem''' | ||
|- | |- | ||
| colspan="2" | Gets a list item from a string index and a textual name Suitable for writing to a property filter Newline is added | | colspan="2" | Gets a list item from a string index and a textual name Suitable for writing to a property filter Newline is added | ||
| Line 166: | Line 164: | ||
===Register=== | ===Register=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''Register''' | ||
|- | |- | ||
| colspan="2" | Registers a property to update when the FCD changes | | colspan="2" | Registers a property to update when the FCD changes | ||
| Line 207: | Line 205: | ||
| width="90%" style="border-top: 2px solid #000;" | ''Return'' | | width="90%" style="border-top: 2px solid #000;" | ''Return'' | ||
|} | |} | ||
==Property reference== | ==Property reference== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-prop-icon.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''Properties''' | ||
|- | |- | ||
|} | |} | ||
==Component Source Code== | |||
Please click here to download the component source project: [https://www.flowcode.co.uk/wiki/componentsource/FC_Comp_Source_fcdhelper.fcfx FC_Comp_Source_fcdhelper.fcfx] | |||
Please click here to view the component source code (Beta): [https://www.flowcode.co.uk/FlowchartView/?wfile=componentsource/FC_Comp_Source_fcdhelper.fcfx FC_Comp_Source_fcdhelper.fcfx] | |||
Latest revision as of 14:23, 13 July 2026
| Author | Matrix Ltd |
| Version | 1.0 |
| Category | Matrix Tools |
FCD helper component
A helper control to query the current Flowcode definition XML file.
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
GetIntListItem
| GetIntListItem | |
| Gets a list item from an integer and a textual name Suitable for writing to a property filter Newline is added | |
| Index | |
| Name | |
| Return | |
GetPropertyList
GetStrListItem
| GetStrListItem | |
| Gets a list item from a string index and a textual name Suitable for writing to a property filter Newline is added | |
| Index | |
| Name | |
| Return | |
Register
Property reference
| Properties |
Component Source Code
Please click here to download the component source project: FC_Comp_Source_fcdhelper.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_fcdhelper.fcfx