Component: FCD helper (Matrix Tools)

From Flowcode Help
Revision as of 10:27, 9 May 2018 by BenR (talk | contribs) (XML import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


Author Matrix Ltd
Version 1.0 (Release)
Category Matrix Tools


Image 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

STRING


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

STRING


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

STRING



Property reference

This component does not contain any properties