PCComponentTree.createFormTreeItem Method [AX 2012]

Creates a 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 index into the image list.
_children
Type: int
The number of children of the item.

Return Value

Type: FormTreeItem Class
A new form tree item.

Community Additions

ADD
Show: