GraffitiSuite Docs
Docs
Propertylistchild
Loading document parsing libraries...
# PropertyListChild Class ## Enumerations | Name | Value | Description | | --- | :---: | --- | | Types | ReadOnly <br> SingleLine <br> LongText <br> Color <br> SelectFile <br> SelectFolder <br> Boolean <br> Integer <br> Popup <br> Picture <br> List <br> Password <br> Custom <br> Date <br> Time <br> DateTime | Supported property types. | ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Sub | Constructor | (None) | Creates a new instance of the class. | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | EditorFormat | String | Nil | Format applied to editor value. | | EditorMask | String | Nil | Mask applied to editor value. | | ListItems() | Pair | Nil | Items for popupmenu type selection. | | Name | String | Nil | Property name. | | Private | As | Nil | | | Private | As | Nil | | | Private | As | Nil | | | Private | As | Nil | | | Private | As | Nil | | | Private | As | Nil | | | ReadOnly | Boolean | False | Determines whether users are able to edit the value. | | SelListTag | String | Nil | Returns the selected list tag. | | Tag | Variant | Nil | Developer storage. | | Type | Types | Nil | The display and edit type of the property value. | | Value | String | Nil | The current property value. | | ValueBoolean | Boolean | Nil | | | ValueColor | Color | Nil | | | ValueDateTime | DateTime | Nil | The current property value as a DateTime object (or Nil). | | ValueInteger | Integer | Nil | | | ValuePicture | Picture | Nil | | | Visible | Boolean | Nil | |