# PropertyListHeader
Class
## Methods
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| Function | Child | As | Returns the child at the specified index. |
| Function | Child | As | Returns the child whose name matches the NodeName parameter (or Nil). |
| Sub | Constructor | (None) | Creates a new instance of the class. |
| Function | RemoveChild | As | Removes the child who name matches the NodeName parameter value. |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| Children() | PropertyListChild | Nil | Children of this header. |
| Private | As | = | |
| Tag | Variant | Nil | Developer storage. |
| Text | String | Nil | Text of the header. |
| Visible | Boolean | Nil | Determines if the header (and its children) are visible. |