Component: FCD helper (Matrix Tools)
From Flowcode Help
(Redirected from Component: ID fc3c670c 502a 418f a123 649179752383)
Jump to navigationJump to search
Author | Matrix Ltd |
Version | 1.0 (Release) |
Category | Matrix Tools |
Contents
FCD helper component
A helper control to query the current FCD file
Examples
No additional examples
Downloadable macro reference
This component does not contain any downloadable macros
Simulation 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
Parameters
- STRING Index
- STRING Name
Return value
GetIntListItem
Gets a list item from an integer and a textual name
Suitable for writing to a property filter
Newline is added
Parameters
- UINT Index
- STRING Name
Return value
Register
Registers a property to update when the FCD changes
Parameters
- HANDLE Dest
- STRING PropName
- STRING FCDPath
- UINT INdex
- A zero based index of the path to find
- STRING IxAttr
- STRING NameAttr
Return value
- This call does not return a value
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
Parameters
- STRING FCDPath
- UINT Index
- A zero based index of the path to find
- STRING IxName
- STRING Text
Return value
Property reference
This component does not contain any properties