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

From Flowcode Help
Jump to navigationJump to search
(XML import of components for release)
 
(XML import)
 
(3 intermediate revisions by one other user not shown)
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
| 1.0
+
| 1.0 (Release)
 
|-
 
|-
 
| width="20%" style="color: gray;" | Category
 
| width="20%" style="color: gray;" | Category
Line 16: Line 16:
  
 
==[[File:Component Icon fc3c670c_502a_418f_a123_649179752383.png|Image]] FCD helper component==
 
==[[File:Component Icon fc3c670c_502a_418f_a123_649179752383.png|Image]] FCD helper component==
 +
A helper control to query the current FCD file
  
  

Latest revision as of 11:25, 13 February 2015


Author Matrix Ltd
Version 1.0 (Release)
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