Share via


DimensionDefaultingControllerBase::addHeaderControl Method [AX 2012]

Adds a header control to label the column of form controls that are added underneath it.

Syntax

client private static void addHeaderControl(
    FormGroupControl _groupControl, 
    str _headerName, 
    boolean _allocSpaceForLookupButton, 
   [str _label])

Run On

Client

Parameters

  • _headerName
    Type: str
    The name to assign to the added label control.
  • _allocSpaceForLookupButton
    Type: boolean
  • _label
    Type: str
    The label to assign to the added label control.

See Also

Reference

DimensionDefaultingControllerBase Class