SysFormBuilder.buildGroup Method [AX 2012]

Syntax

protected FormBuildGroupControl buildGroup(
    Object _parent, 
    str _name, 
   [str _caption, 
    int _arrangeMethod, 
    int _columns, 
    int _frameType, 
    container _formHeightContainer, 
    container _formWidthContainer, 
    container _verticalSpacingContainer, 
    container _leftMarginContainer, 
    boolean _hideIfEmpty, 
    boolean _visible, 
    int _frameOptionButton, 
    int _optionValue])

Run On

Called

Parameters

  • _name
    Type: str
  • _caption
    Type: str
  • _arrangeMethod
    Type: int
  • _columns
    Type: int
  • _frameType
    Type: int
  • _frameOptionButton
    Type: int
  • _optionValue
    Type: int

See Also

Reference

SysFormBuilder Class