PrintMgmtSetupUISettingsDefaultCtl.initSettingsDefault Method [AX 2012]

Initializes a control with its component controls.

public void initSettingsDefault(
    PrintMgmtSetupUICtrlDocInstance _parentCtrl, 
    FormGroupControl _settingsGroupCtl, 
    FormStringControl _helpCtl, 
    FormStringControl _destinationCtl, 
    FormStringControl _reportFormatCtl, 
    FormIntControl _copiesCtl, 
    FormStringControl _idTextCtl)

Run On

Called

Parameters

_parentCtrl
Type: PrintMgmtSetupUICtrlDocInstance Class
The controller that hosts this control.
_settingsGroupCtl
Type: FormGroupControl Class
The group that contains the destination, copies, and identification text controls.
_helpCtl
Type: FormStringControl Class
The on-form help text string control.
_destinationCtl
Type: FormStringControl Class
The destination string control.
_reportFormatCtl
Type: FormStringControl Class
_copiesCtl
Type: FormIntControl Class
The copies integer control.
_idTextCtl
Type: FormStringControl Class
The identification text string control.

Community Additions

ADD
Show: