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 | | --- | :---: | :---: | --- | | Constructor | ItemName as String <br> ItemValue as String <br> ItemType as Types <br> isVisible as Boolean <br> ParamArray ListStrings as Pair | (None) | Creates a new instance of the class. | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | EditorFormat | String | (None) | Format applied to editor value. | | EditorMask | String | (None) | Mask applied to editor value. | | ListItems() | Pair | (None) | Items for popupmenu type selection. | | Name | String | (None) | Property name. | | ReadOnly | Boolean | False | Determines whether users are able to edit the value. | | SelListTag | String | (None) | Returns the selected list tag. | | Tag | Variant | (None) | Developer storage. | | Type | Types | (None) | The display and edit type of the property value. | | Value | String | (None) | The current property value. | | ValueBoolean | Boolean | (None) | (None) | | ValueColor | Color | (None) | (None) | | ValueDateTime | DateTime | (None) | The current property value as a DateTime object (or Nil). | | ValueInteger | Integer | (None) | (None) | | ValuePicture | Picture | (None) | (None) | | Visible | Boolean | (None) | (None) |