Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds controls and sets their values.
Syntax
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.
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.