This documentation is archived and is not being maintained.
PCRuntimeComponentTree.createFormTreeItem Method [AX 2012]
Factory method to create form tree item.
protected FormTreeItem createFormTreeItem(
str _text,
int _image,
int _children)
Run On
Called
Parameters
-
_text
- Type: str
The text for the item.
-
_image
- Type: int
An image to index into the image list.
-
_children
- Type: int
The number of children.