This documentation is archived and is not being maintained.
FormTreeControl.isContainer Method [AX 2012]
Returns a value that indicates whether the control is a container.
public boolean isContainer()
Run On
Client
Return Value
Type:
boolean
true if the control is a container; otherwise false.
The following example shows how to determine whether a control is a container.
info(strfmt("IsContainer: %1", this.isContainer()));