Difference between revisions of "API Component.Property"
From Flowcode Help
Jump to navigationJump to search (XML import) |
(XML import) |
||
| Line 1: | Line 1: | ||
<sidebar>API contents</sidebar> | <sidebar>API contents</sidebar> | ||
Property manipulation functions | Property manipulation functions | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
==Functions provided for this class== | ==Functions provided for this class== | ||
Revision as of 13:50, 11 May 2013
<sidebar>API contents</sidebar> Property manipulation functions
Functions provided for this class
| GetValue | Gets the value of a property as a string |
| SetColor | Sets a components 'color' property as a R,G,B value |
| SetValue | Sets a components property as a string |
| CopyValue | Copies a property value from one target to another |
| SetChildValues | Sets all child components property as a string |
| SetVisible | Sets whether the property is visible or not |
| SetWritable | Sets whether the property can be edited in the UI or not |
| GetVisible | Gets whether the property is visible or not |
| GetWritable | Gets whether the property can be edited in the UI or not |
| GetFilter | Gets a components property filter string for lists, files, etc |
| SetFilter | Sets a components property filter string for lists, files, etc |
| CopyFilter | Copies a property filter from one target to another |
| GetListIndex | Gets a single lists index value from a property by line number |
| GetListItem | Gets a single list entry from a property by named index |
| SetListItem | Sets an existing list entries text for the property by named index |
| AddListItem | Alters or appends a list entries text for the property by named index |
Examples
No examples available