Share via


SysListPanel.createControlName Method [AX 2012]

Creates a control name from the supplied base name and the parent control.

Syntax

private str createControlName(str baseName, FormBuildControl parentControl)

Run On

Called

Parameters

  • baseName
    Type: str
    The base name of the control.

Return Value

Type: str
A string control name from the supplied base name and the parent control.

Remarks

This method creates a new name which is the combination of the name of the parent object and the base name.

If a parent object is supplied, the new name is of the format: parentControlName_baseName.

If no parent object is supplied, the base name is returned.

See Also

Reference

SysListPanel Class