Difference between revisions of "API Component.Property"

From Flowcode Help
Jump to navigationJump to search
(XML import of API auto-gen)
 
(XML import API auto-gen)
Line 1: Line 1:
 
wiki page name
 
wiki page name
==ComponentProperty==
+
Property manipulation functions
  
Property manipulation functions
 
----
 
 
===Functions provided for this class===
 
===Functions provided for this class===
 
{||-|[[API Component.Property.GetValue|GetValue]]|Gets the value of a property as a string|-|[[API Component.Property.SetColor|SetColor]]|Sets a components 'color' property as a R,G,B value|-|[[API Component.Property.SetValue|SetValue]]|Sets a components property as a string|-|[[API Component.Property.CopyValue|CopyValue]]|Copies a property value from one target to another|-|[[API Component.Property.SetChildValues|SetChildValues]]|Sets all child components property as a string|-|[[API Component.Property.SetVisible|SetVisible]]|Sets whether the property is visible or not|-|[[API Component.Property.SetWritable|SetWritable]]|Sets whether the property can be edited in the UI or not|-|[[API Component.Property.GetVisible|GetVisible]]|Gets whether the property is visible or not|-|[[API Component.Property.GetWritable|GetWritable]]|Gets whether the property can be edited in the UI or not|-|[[API Component.Property.GetFilter|GetFilter]]|Gets a components property filter string for lists, files, etc|-|[[API Component.Property.SetFilter|SetFilter]]|Sets a components property filter string for lists, files, etc|-|[[API Component.Property.CopyFilter|CopyFilter]]|Copies a property filter from one target to another|-|[[API Component.Property.GetListIndex|GetListIndex]]|Gets a single lists index value from a property by line number|-|[[API Component.Property.GetListItem|GetListItem]]|Gets a single list entry from a property by named index|-|[[API Component.Property.SetListItem|SetListItem]]|Sets an existing list entries text for the property by named index|-|[[API Component.Property.AddListItem|AddListItem]]|Alters or appends a list entries text for the property by named index|}
 
{||-|[[API Component.Property.GetValue|GetValue]]|Gets the value of a property as a string|-|[[API Component.Property.SetColor|SetColor]]|Sets a components 'color' property as a R,G,B value|-|[[API Component.Property.SetValue|SetValue]]|Sets a components property as a string|-|[[API Component.Property.CopyValue|CopyValue]]|Copies a property value from one target to another|-|[[API Component.Property.SetChildValues|SetChildValues]]|Sets all child components property as a string|-|[[API Component.Property.SetVisible|SetVisible]]|Sets whether the property is visible or not|-|[[API Component.Property.SetWritable|SetWritable]]|Sets whether the property can be edited in the UI or not|-|[[API Component.Property.GetVisible|GetVisible]]|Gets whether the property is visible or not|-|[[API Component.Property.GetWritable|GetWritable]]|Gets whether the property can be edited in the UI or not|-|[[API Component.Property.GetFilter|GetFilter]]|Gets a components property filter string for lists, files, etc|-|[[API Component.Property.SetFilter|SetFilter]]|Sets a components property filter string for lists, files, etc|-|[[API Component.Property.CopyFilter|CopyFilter]]|Copies a property filter from one target to another|-|[[API Component.Property.GetListIndex|GetListIndex]]|Gets a single lists index value from a property by line number|-|[[API Component.Property.GetListItem|GetListItem]]|Gets a single list entry from a property by named index|-|[[API Component.Property.SetListItem|SetListItem]]|Sets an existing list entries text for the property by named index|-|[[API Component.Property.AddListItem|AddListItem]]|Alters or appends a list entries text for the property by named index|}
  
 
===Examples===
 
===Examples===

Revision as of 15:34, 10 May 2013

wiki page name Property manipulation functions

Functions provided for this class

Examples