Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
desktop:propertylistchild [2019/06/06 21:53] agcyphers [Properties] |
desktop:propertylistchild [2019/10/23 05:53] (current) |
||
---|---|---|---|
Line 8: | Line 8: | ||
==== Constants ==== | ==== Constants ==== | ||
^ Name ^ Type ^ Value ^ | ^ Name ^ Type ^ Value ^ | ||
- | | kChildReadOnly | [[http://developer.xojo.com/integer|Integer]] | 0 | | + | | kChildReadOnly | Integer | 0 | |
- | | kChildSingleLine | [[http://developer.xojo.com/integer|Integer]] | 1 | | + | | kChildSingleLine | Integer | 1 | |
- | | kChildLongText | [[http://developer.xojo.com/integer|Integer]] | 2 | | + | | kChildLongText | Integer | 2 | |
- | | kChildColor | [[http://developer.xojo.com/integer|Integer]] | 3 | | + | | kChildColor | Integer | 3 | |
- | | kChildSelectFile | [[http://developer.xojo.com/integer|Integer]] | 4 | | + | | kChildSelectFile | Integer | 4 | |
- | | kChildSelectFolder | [[http://developer.xojo.com/integer|Integer]] | 5 | | + | | kChildSelectFolder | Integer | 5 | |
- | | kChildBoolean | [[http://developer.xojo.com/integer|Integer]] | 6 | | + | | kChildBoolean | Integer | 6 | |
- | | kChildInteger | [[http://developer.xojo.com/integer|Integer]] | 7 | | + | | kChildInteger | Integer | 7 | |
- | | kChildPopup | [[http://developer.xojo.com/integer|Integer]] | 8 | | + | | kChildPopup | Integer | 8 | |
- | | kChildPicture | [[http://developer.xojo.com/integer|Integer]] | 9 | | + | | kChildPicture | Integer | 9 | |
- | | kChildList | [[http://developer.xojo.com/integer|Integer]] | 10 | | + | | kChildList | Integer | 10 | |
- | | kChildPassword | [[http://developer.xojo.com/integer|Integer]] | 11 | | + | | kChildPassword | Integer | 11 | |
- | | kChildCustom | [[http://developer.xojo.com/integer|Integer]] | 12 | | + | | kChildCustom | Integer | 12 | |
==== Events ==== | ==== Events ==== | ||
^ Definition ^ Description ^ | ^ Definition ^ Description ^ | ||
Line 27: | Line 27: | ||
==== Methods ==== | ==== Methods ==== | ||
^ Definition ^ Description ^ | ^ Definition ^ Description ^ | ||
- | | Constructor( ItemName as [[http://developer.xojo.com/string|String]], ItemValue as [[http://developer.xojo.com/string|String]], ItemType as [[http://developer.xojo.com/integer|Integer]] ) | Creates an instance of the class with the parametes as property values. | | + | | Constructor( ItemName as String, ItemValue as String, ItemType as Integer ) | Creates an instance of the class with the parametes as property values. | |
==== Properties ==== | ==== Properties ==== | ||
Line 33: | Line 33: | ||
| EditorFormat | String | "" | Applies the specified format string to the value when Type = kChildSingleLine. | | | EditorFormat | String | "" | Applies the specified format string to the value when Type = kChildSingleLine. | | ||
| EditorMask | String | "" | Applies the specified mask string to the value when Type = kChildSingleLine. | | | EditorMask | String | "" | Applies the specified mask string to the value when Type = kChildSingleLine. | | ||
- | | ListItems() | [[http://developer.xojo.com/string|String]] | Sets the ListItems to be displayed for children with a type of kChildPopup. | | + | | ListItems() | String | Sets the ListItems to be displayed for children with a type of kChildPopup. | |
- | | Name | [[http://developer.xojo.com/string|String]] | The name of the object | set in the constructor. Can be used | a reference point for searching through the array of children of a PropertyListHeader | | + | | Name | String | The name of the object | set in the constructor. Can be used | a reference point for searching through the array of children of a PropertyListHeader | |
- | | Type | [[http://developer.xojo.com/integer|Integer]] | The type of value this child contains. | | + | | Type | Integer | The type of value this child contains. | |
- | | Value | [[http://developer.xojo.com/string|String]] | The current string value of the child. | | + | | Value | String | The current string value of the child. | |
- | | ValueBoolean | [[http://developer.xojo.com/boolean|Boolean]] | The current boolean value of the child. | | + | | ValueBoolean | Boolean | The current boolean value of the child. | |
- | | ValueColor | [[http://developer.xojo.com/color|Color]] | The current color value of the child. | | + | | ValueColor | Color | The current color value of the child. | |
- | | ValueInteger | [[http://developer.xojo.com/integer|Integer]] | The current integer value of the child. | | + | | ValueInteger | Integer | The current integer value of the child. | |
- | | ValuePicture | [[http://developer.xojo.com/picture|Picture]] | The current picture value of the child. | | + | | ValuePicture | Picture | The current picture value of the child. | |
==== Examples ==== | ==== Examples ==== |