PrintMgmtSetupUICtrlSettingsConditional.initSettingsConditional Method [AX 2012]

Initializes a controller with the components it controls.

public void initSettingsConditional(
    FormTabControl _tabCtl, 
    FormTabPageControl _pageCtl, 
    FormGroupControl _groupCtl, 
    FormStringControl _nameCtl, 
    PrintMgmtSetupUISettingsConditionalCtl _settingsCtl)

Run On

Called

Parameters

_tabCtl
Type: FormTabControl Class
The tab control that contains this page.
_pageCtl
Type: FormTabPageControl Class
The tab page that contains the component controls.
_groupCtl
Type: FormGroupControl Class
The group control that contains the name control.
_nameCtl
Type: FormStringControl Class
The string control for the name value.
_settingsCtl
Type: PrintMgmtSetupUISettingsConditionalCtl Class
The composite control for settings.

Community Additions

ADD
Show: