SrsPrintDestinationTokens.setupUI Method [AX 2012]

Adds controls and sets their values.

public void setupUI(FormGroupControl _group, str _addresses)

Run On

Called

Parameters

_group
Type: FormGroupControl Class
A group to contain new controls.
_addresses
Type: str
A string of addresses as a source of values for new controls.

All controls are added before any values are set. The order of operations is controlled by the chain of responsibility. The affect is that control placement is determined by the chain.

Community Additions

ADD
Show: