| Name | Type | Description |
|---|---|---|
| Items | Array of TMenu | Describes the elements of the menu |
| Count | Integer | Indicates the number of subitems of the menu item. |
| Name | String | The name of the menu (sitemap, Topmenu, etc..) |
| Parent | TMenu | Identifies the parent menu item of this menu item. |
| Level | Integer | Indicate the level of this menu item |
| Page_id | String | Indicate the page_id of this menu item |
| Url | String | Indicate the Url of this menu item |
| Title | String | Indicate the Title of this menu item |
| CustomSettings | TStringList | Contain the custom settings of this menu item |
| Name | Type | Description |
|---|---|---|
| create | String | construct a TMenu object |
You can also create a Tmenu object (That will be named Menu) via a call to <#menu>
none