Difference between revisions of "Component: FCD helper (Advanced)"

From Flowcode Help
Jump to navigationJump to search
(XML import of components for release)
 
(XML import)
Line 4: Line 4:
 
|-
 
|-
 
| width="20%" style="color: gray;" | Author
 
| width="20%" style="color: gray;" | Author
| [http://www.matrixltd.com Matrix Ltd]
+
| Matrix Ltd
 
|-
 
|-
 
| width="20%" style="color: gray;" | Version
 
| width="20%" style="color: gray;" | Version
Line 15: Line 15:
  
  
==[[File:Component Icon fc3c670c_502a_418f_a123_649179752383.png|Image]] FCD helper component==
+
==[[Media:Component Icon fc3c670c_502a_418f_a123_649179752383.png|Image]] FCD helper component==
 +
A helper control to query the current FCD file
  
  

Revision as of 11:12, 16 January 2014


Author Matrix Ltd
Version 1.0
Category Advanced


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