Share via


SrsPrintDestinationTokens.setupUI Method [AX 2012]

Adds controls and sets their values.

Syntax

public void setupUI(FormGroupControl _group, str _addresses)

Run On

Called

Parameters

  • _addresses
    Type: str
    A string of addresses as a source of values for new controls.

Remarks

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.

See Also

Reference

SrsPrintDestinationTokens Class